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

A data source that populates Google Chat spaces as selection items for a multiselect menu. Only populates spaces that the user is a member of. Google Chat apps:

Attributes

  • defaultToCurrentSpace (type: boolean(), default: nil) - If set to true, the multiselect menu selects the current Google Chat space as an item by default.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.