Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1EnumTypeOptions

Configurations for an enum/categorical property.

Inheritance
object
GoogleCloudContentwarehouseV1EnumTypeOptions
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.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1EnumTypeOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PossibleValues

Required. List of possible enum values.

Declaration
[JsonProperty("possibleValues")]
public virtual IList<string> PossibleValues { get; set; }
Property Value
Type Description
IList<string>

ValidationCheckDisabled

Make sure the Enum property value provided in the document is in the possile value list during document creation. The validation check runs by default.

Declaration
[JsonProperty("validationCheckDisabled")]
public virtual bool? ValidationCheckDisabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX