View Source GoogleApi.Chat.V1.Model.GoogleAppsCardV1ButtonList (google_api_chat v0.34.3)

A list of buttons layed out horizontally. For an example in Google Chat apps, see Add a button. Google Workspace Add-ons and Chat apps:

Attributes

  • buttons (type: list(GoogleApi.Chat.V1.Model.GoogleAppsCardV1Button.t), default: nil) - An array of buttons.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.GoogleAppsCardV1ButtonList{
  buttons: [GoogleApi.Chat.V1.Model.GoogleAppsCardV1Button.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.