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

Event payload for multiple new memberships. Event type: google.workspace.chat.membership.v1.batchCreated

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.