Show / Hide Table of Contents

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.

Inheritance
object
RepeatedEnumAttributeValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX