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

Response message for listing space events.

Attributes

  • nextPageToken (type: String.t, default: nil) - Continuation token used to fetch more events. If this field is omitted, there are no subsequent pages.
  • spaceEvents (type: list(GoogleApi.Chat.V1.Model.SpaceEvent.t), default: nil) - Results are returned in chronological order (oldest event first).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.ListSpaceEventsResponse{
  nextPageToken: String.t() | nil,
  spaceEvents: [GoogleApi.Chat.V1.Model.SpaceEvent.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.