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

Attributes

  • nextPageToken (type: String.t, default: nil) - Continuation token to retrieve the next page of results. It's empty for the last page of results.
  • reactions (type: list(GoogleApi.Chat.V1.Model.Reaction.t), default: nil) - List of reactions in the requested (or first) page.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.ListReactionsResponse{
  nextPageToken: String.t() | nil,
  reactions: [GoogleApi.Chat.V1.Model.Reaction.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.