View Source GoogleApi.Chat.V1.Model.MembershipBatchDeletedEventData (google_api_chat v0.34.1)

Payload for batch deleted membership events where the EventType field is google.workspace.chat.membership.v1.batchDeleted.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.