View Source GoogleApi.Chat.V1.Model.GoogleAppsCardV1NestedWidget (google_api_chat v0.42.0)

Developer Preview: A list of widgets that can be displayed in a containing layout, such as a CarouselCard. Google Chat apps:

Attributes

  • buttonList (type: GoogleApi.Chat.V1.Model.GoogleAppsCardV1ButtonList.t, default: nil) - A button list widget.
  • image (type: GoogleApi.Chat.V1.Model.GoogleAppsCardV1Image.t, default: nil) - An image widget.
  • textParagraph (type: GoogleApi.Chat.V1.Model.GoogleAppsCardV1TextParagraph.t, default: nil) - A text paragraph widget.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Chat.V1.Model.GoogleAppsCardV1NestedWidget{
  buttonList: GoogleApi.Chat.V1.Model.GoogleAppsCardV1ButtonList.t() | nil,
  image: GoogleApi.Chat.V1.Model.GoogleAppsCardV1Image.t() | nil,
  textParagraph: GoogleApi.Chat.V1.Model.GoogleAppsCardV1TextParagraph.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.