View Source GoogleApi.Chat.V1.Model.GoogleAppsCardV1ChipList (google_api_chat v0.41.4)
A list of chips layed out horizontally, which can either scroll horizontally or wrap to the next line. Google Chat apps:
Attributes
-
chips
(type:list(GoogleApi.Chat.V1.Model.GoogleAppsCardV1Chip.t)
, default:nil
) - An array of chips. -
layout
(type:String.t
, default:nil
) - Specified chip list layout.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.GoogleAppsCardV1ChipList{ chips: [GoogleApi.Chat.V1.Model.GoogleAppsCardV1Chip.t()] | nil, layout: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.