View Source GoogleApi.Chat.V1.Model.GoogleAppsCardV1ChipList (google_api_chat v0.41.6)

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

t()

@type t() :: %GoogleApi.Chat.V1.Model.GoogleAppsCardV1ChipList{
  chips: [GoogleApi.Chat.V1.Model.GoogleAppsCardV1Chip.t()] | nil,
  layout: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.