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

An important message that should be highlighted. Usually displayed as a banner.

Attributes

  • fullMessage (type: GoogleApi.Content.V21.Model.TextWithTooltip.t, default: nil) - A full message that needs to be shown to the merchant.
  • styleHint (type: String.t, default: nil) - Can be used to render messages with different severity in different styles. Snippets off all types contain important information that should be displayed to merchants.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.Callout{
  fullMessage: GoogleApi.Content.V21.Model.TextWithTooltip.t() | nil,
  styleHint: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.