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

Text input allows merchants to provide a text value.

Attributes

  • additionalInfo (type: GoogleApi.Content.V21.Model.TextWithTooltip.t, default: nil) - Additional info regarding the field to be displayed to merchant. For example, warning to not include personal identifiable information. There may be more information to be shown in a tooltip.
  • ariaLabel (type: String.t, default: nil) - Text to be used as the aria label for the input.
  • formatInfo (type: String.t, default: nil) - Information about the required format. If present, it should be shown close to the input field to help merchants to provide a correct value. For example: "VAT numbers should be in a format similar to SK9999999999"
  • type (type: String.t, default: nil) - Type of the text input

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.InputFieldTextInput{
  additionalInfo: GoogleApi.Content.V21.Model.TextWithTooltip.t() | nil,
  ariaLabel: String.t() | nil,
  formatInfo: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.