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

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

Attributes

  • membership (type: GoogleApi.Chat.V1.Model.Membership.t, default: nil) - The most recent version of membership.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.