View Source GoogleApi.Connectors.V1.Model.EnumOption (google_api_connectors v0.6.1)

EnumOption definition

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.