GoogleApi.Chat.V1.Model.GoogleAppsCardV1ChipList (google_api_chat v0.43.0)
View SourceA list of chips layed out horizontally, which can either scroll horizontally or wrap to the next line. Google Workspace add-ons and 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 }