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

Value for text input field.

Attributes

  • value (type: String.t, default: nil) - Required. Text provided by the merchant.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.