GoogleApi.Chat.V1.Model.ReactionCreatedEventData (google_api_chat v0.43.0)

View Source

Event payload for a new reaction. Event type: google.workspace.chat.reaction.v1.created

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.