public sealed class DataQualityRuleTemplate.Types.ParameterDescription : IMessage<DataQualityRuleTemplate.Types.ParameterDescription>, IEquatable<DataQualityRuleTemplate.Types.ParameterDescription>, IDeepCloneable<DataQualityRuleTemplate.Types.ParameterDescription>, IBufferMessage, IMessageReference 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.
Implements
IMessageDataQualityRuleTemplateTypesParameterDescription, IEquatableDataQualityRuleTemplateTypesParameterDescription, IDeepCloneableDataQualityRuleTemplateTypesParameterDescription, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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 |
|