GoogleCloudContentwarehouseV1EnumTypeOptions

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumTypeOptions


Table of Contents ▼

Jump to a specific part of the page:

Description

Configurations for an enum/categorical property.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. possibleValues (type: list(String.t), default: nil)
    - Required. List of possible enum values.
  2. validationCheckDisabled (type: boolean(), default: nil)
    - 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.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumTypeOptions{
possibleValues: [String.t()] | nil,
validationCheckDisabled: boolean() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumTypeOptions