Cloud Dataplex v1 API - Class DataQualityRule.Types.TemplateReference.Types.ParameterValue (3.15.0)

public sealed class DataQualityRule.Types.TemplateReference.Types.ParameterValue : IMessage<DataQualityRule.Types.TemplateReference.Types.ParameterValue>, IEquatable<DataQualityRule.Types.TemplateReference.Types.ParameterValue>, IDeepCloneable<DataQualityRule.Types.TemplateReference.Types.ParameterValue>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.Types.TemplateReference.Types.ParameterValue.

Represents a parameter value.

Inheritance

object > DataQualityRule.Types.TemplateReference.Types.ParameterValue

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ParameterValue()

public ParameterValue()

ParameterValue(ParameterValue)

public ParameterValue(DataQualityRule.Types.TemplateReference.Types.ParameterValue other)
Parameter
Name Description
other DataQualityRuleTypesTemplateReferenceTypesParameterValue

Properties

Value

public string Value { get; set; }

Required. Represents the string value of the parameter.

Property Value
Type Description
string