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

Value for checkbox input field.

Attributes

  • value (type: boolean(), default: nil) - Required. True if the merchant checked the box field. False otherwise.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.