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

List of widget autocomplete results.

Attributes

  • items (type: list(GoogleApi.Chat.V1.Model.GoogleAppsCardV1SelectionItem.t), default: nil) - An array of the SelectionItem objects.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.SelectionItems{
  items: [GoogleApi.Chat.V1.Model.GoogleAppsCardV1SelectionItem.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.