Class RepeatedEnumAttributeValue
Values for an attribute with a value_type
of REPEATED_ENUM. This consists of two lists of value IDs: those
that are set (true) and those that are unset (false). Values absent are considered unknown. At least one value
must be specified.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class RepeatedEnumAttributeValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SetValues
Enum values that are set.
Declaration
[JsonProperty("setValues")]
public virtual IList<string> SetValues { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
UnsetValues
Enum values that are unset.
Declaration
[JsonProperty("unsetValues")]
public virtual IList<string> UnsetValues { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |