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

For a SelectionInput widget that uses a multiselect menu, a data source from Google Chat. The data source populates selection items for the multiselect menu. For example, a user can select Google Chat spaces that they're a member of. Google Chat apps:

Attributes

  • spaceDataSource (type: GoogleApi.Chat.V1.Model.SpaceDataSource.t, default: nil) - Google Chat spaces that the user is a member of.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.ChatClientDataSourceMarkup{
  spaceDataSource: GoogleApi.Chat.V1.Model.SpaceDataSource.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.