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

Event payload for multiple updates to a space. Event type: google.workspace.chat.space.v1.batchUpdated

Attributes

  • spaces (type: list(GoogleApi.Chat.V1.Model.SpaceUpdatedEventData.t), default: nil) - A list of updated spaces.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.SpaceBatchUpdatedEventData{
  spaces: [GoogleApi.Chat.V1.Model.SpaceUpdatedEventData.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.