View Source GoogleApi.Dataflow.V1b3.Model.ParameterMetadataEnumOption (google_api_dataflow v0.51.0)

ParameterMetadataEnumOption specifies the option shown in the enum form.

Attributes

  • description (type: String.t, default: nil) - Optional. The description to display for the enum option.
  • label (type: String.t, default: nil) - Optional. The label to display for the enum option.
  • value (type: String.t, default: nil) - Required. The value of the enum option.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.ParameterMetadataEnumOption{
  description: String.t() | nil,
  label: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.