Reference documentation and code samples for the Google Apps Chat V1 Client class SearchSpacesResponse.
Response with a list of spaces corresponding to the search spaces request.
Generated from protobuf message google.chat.v1.SearchSpacesResponse
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ spaces
↳ next_page_token
string
A token that can be used to retrieve the next page. If this field is empty, there are no subsequent pages.
↳ total_size
int
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.
getSpaces
A page of the requested spaces.
setSpaces
A page of the requested spaces.
$this
getNextPageToken
A token that can be used to retrieve the next page. If this field is empty, there are no subsequent pages.
string
setNextPageToken
A token that can be used to retrieve the next page. If this field is empty, there are no subsequent pages.
var
string
$this
getTotalSize
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.
int
setTotalSize
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.
var
int
$this