View Source GoogleApi.Connectors.V1.Model.MultipleSelectOption (google_api_connectors v0.15.0)

MultiplSelecteOption represents the single option for a config variable.

Attributes

  • description (type: String.t, default: nil) - Optional. Value of the option.
  • displayName (type: String.t, default: nil) - Required. Display name of the option.
  • key (type: String.t, default: nil) - Required. Key of the option.
  • preselected (type: boolean(), default: nil) - Optional. Indicates if the option is preselected.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.MultipleSelectOption{
  description: String.t() | nil,
  displayName: String.t() | nil,
  key: String.t() | nil,
  preselected: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.