View Source GoogleApi.Chat.V1.Model.SearchSpacesResponse (google_api_chat v0.39.1)

Response with a list of spaces corresponding to the search spaces request.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token that can be used to retrieve the next page. If this field is empty, there are no subsequent pages.
  • spaces (type: list(GoogleApi.Chat.V1.Model.Space.t), default: nil) - A page of the requested spaces.
  • totalSize (type: integer(), default: nil) - The total number of spaces that match the query, across all pages. If the result is over 10,000 spaces, this value is an estimate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.SearchSpacesResponse{
  nextPageToken: String.t() | nil,
  spaces: [GoogleApi.Chat.V1.Model.Space.t()] | nil,
  totalSize: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.