GoogleApi.Chat.V1.Model.SearchSpacesResponse (google_api_chat v0.43.0)
View SourceResponse 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 }