Class GoogleCloudContentwarehouseV1EnumTypeOptions
Configurations for an enum/categorical property.
Implements
Inherited Members
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? |