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

Block of text that may contain a tooltip with more information.

Attributes

  • simpleTooltipValue (type: String.t, default: nil) - Value of the tooltip as a simple text.
  • simpleValue (type: String.t, default: nil) - Value of the message as a simple text.
  • tooltipIconStyle (type: String.t, default: nil) - The suggested type of an icon for tooltip, if a tooltip is present.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.TextWithTooltip{
  simpleTooltipValue: String.t() | nil,
  simpleValue: String.t() | nil,
  tooltipIconStyle: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.