GoogleApi.Chat.V1.Model.ListSpacesResponse (google_api_chat v0.43.0)
View SourceThe response for a list spaces request.
Attributes
-
nextPageToken(type:String.t, default:nil) - You can send a token aspageTokento retrieve the next page of results. If empty, there are no subsequent pages. -
spaces(type:list(GoogleApi.Chat.V1.Model.Space.t), default:nil) - List of spaces in the requested (or first) page. Note: ThepermissionSettingsfield is not returned in the Space object for list requests.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.ListSpacesResponse{ nextPageToken: String.t() | nil, spaces: [GoogleApi.Chat.V1.Model.Space.t()] | nil }