View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumTypeOptions (google_api_content_warehouse v0.4.0)

Configurations for an enum/categorical property.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.