View Source GoogleApi.Chat.V1.Model.GoogleAppsCardV1CarouselCard (google_api_chat v0.42.0)
Developer Preview: A card that can be displayed as a carousel item. Google Chat apps:
Attributes
-
footerWidgets
(type:list(GoogleApi.Chat.V1.Model.GoogleAppsCardV1NestedWidget.t)
, default:nil
) - A list of widgets displayed at the bottom of the carousel card. The widgets are displayed in the order that they are specified. -
widgets
(type:list(GoogleApi.Chat.V1.Model.GoogleAppsCardV1NestedWidget.t)
, default:nil
) - A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.GoogleAppsCardV1CarouselCard{ footerWidgets: [GoogleApi.Chat.V1.Model.GoogleAppsCardV1NestedWidget.t()] | nil, widgets: [GoogleApi.Chat.V1.Model.GoogleAppsCardV1NestedWidget.t()] | nil }