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

Event payload for multiple deleted reactions. Event type: google.workspace.chat.reaction.v1.batchDeleted

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.ReactionBatchDeletedEventData{
  reactions: [GoogleApi.Chat.V1.Model.ReactionDeletedEventData.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.