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

Event payload for multiple updated memberships. Event type: google.workspace.chat.membership.v1.batchUpdated

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.MembershipBatchUpdatedEventData{
  memberships: [GoogleApi.Chat.V1.Model.MembershipUpdatedEventData.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.