View Source GoogleApi.Content.V21.Model.InputValueChoiceInputValue (google_api_content v0.67.1)

Value for choice input field.

Attributes

  • choiceInputOptionId (type: String.t, default: nil) - Required. Id of the option that was selected by the merchant.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.InputValueChoiceInputValue{
  choiceInputOptionId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.