public sealed class AttributeValues.Types.StringAttributeValues : IMessage<AttributeValues.Types.StringAttributeValues>, IEquatable<AttributeValues.Types.StringAttributeValues>, IDeepCloneable<AttributeValues.Types.StringAttributeValues>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class AttributeValues.Types.StringAttributeValues.
The attribute values of data type string or JSON.
Implements
IMessageAttributeValuesTypesStringAttributeValues, IEquatableAttributeValuesTypesStringAttributeValues, IDeepCloneableAttributeValuesTypesStringAttributeValues, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
StringAttributeValues()
public StringAttributeValues()
StringAttributeValues(StringAttributeValues)
public StringAttributeValues(AttributeValues.Types.StringAttributeValues other)
Parameter | |
---|---|
Name | Description |
other |
AttributeValuesTypesStringAttributeValues |
Properties
Values
public RepeatedField<string> Values { get; }
Required. The attribute values in case attribute data type is string or JSON.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |