View Source GoogleApi.Connectors.V1.Model.MultipleSelectConfig (google_api_connectors v0.11.0)
MultipleSelectConfig represents the multiple options for a config variable.
Attributes
-
allowCustomValues(type:boolean(), default:nil) - Optional. Allow custom values. -
multipleSelectOptions(type:list(GoogleApi.Connectors.V1.Model.MultipleSelectOption.t), default:nil) - Required. Multiple select options. -
valueSeparator(type:String.t, default:nil) - Required. Value separator. Only "," can be used for OAuth auth code flow scope field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.MultipleSelectConfig{ allowCustomValues: boolean() | nil, multipleSelectOptions: [GoogleApi.Connectors.V1.Model.MultipleSelectOption.t()] | nil, valueSeparator: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.