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

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

Attributes

  • membership (type: GoogleApi.Chat.V1.Model.Membership.t, default: nil) - The deleted membership. Only name and state are populated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.MembershipDeletedEventData{
  membership: GoogleApi.Chat.V1.Model.Membership.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.