GoogleApi.Connectors.V1.Model.EnumOption (google_api_connectors v0.18.0)

View Source

EnumOption definition

Attributes

  • displayName (type: String.t, default: nil) - Optional. Display name of the option.
  • id (type: String.t, default: nil) - Optional. Id of the option.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V1.Model.EnumOption{
  displayName: String.t() | nil,
  id: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.