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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.