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

Event payload for an updated space. Event type: google.workspace.chat.space.v1.updated

Attributes

  • space (type: GoogleApi.Chat.V1.Model.Space.t, default: nil) - The updated space.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.SpaceUpdatedEventData{
  space: GoogleApi.Chat.V1.Model.Space.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.