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

Event payload for a deleted reaction. Type: google.workspace.chat.reaction.v1.deleted

Attributes

  • reaction (type: GoogleApi.Chat.V1.Model.Reaction.t, default: nil) - The deleted reaction.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.ReactionDeletedEventData{
  reaction: GoogleApi.Chat.V1.Model.Reaction.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.