Cloud Dataplex v1 API - Class DataQualityRuleTemplate.Types.ParameterDescription (3.15.0)

public sealed class DataQualityRuleTemplate.Types.ParameterDescription : IMessage<DataQualityRuleTemplate.Types.ParameterDescription>, IEquatable<DataQualityRuleTemplate.Types.ParameterDescription>, IDeepCloneable<DataQualityRuleTemplate.Types.ParameterDescription>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRuleTemplate.Types.ParameterDescription.

Description of the input parameter. It can include the type(s) supported by the parameter and intended usage. It is for information purposes only and does not affect the behavior of the rule template.

Inheritance

object > DataQualityRuleTemplate.Types.ParameterDescription

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ParameterDescription()

public ParameterDescription()

ParameterDescription(ParameterDescription)

public ParameterDescription(DataQualityRuleTemplate.Types.ParameterDescription other)
Parameter
Name Description
other DataQualityRuleTemplateTypesParameterDescription

Properties

DefaultValue

public string DefaultValue { get; set; }

Output only. The default value for the parameter if no value is provided.

Property Value
Type Description
string

Description

public string Description { get; set; }

Output only. Description of the input parameter. It can include the type(s) supported by the parameter and intended usage. It is for information purposes only and does not affect the behavior of the rule template.

Property Value
Type Description
string