Class SearchSpacesResponse
Response with a list of spaces corresponding to the search spaces request.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class SearchSpacesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token that can be used to retrieve the next page. If this field is empty, there are no subsequent pages.
Only populated when useAdminAccess is set to true.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Results
Output only. The list of search results that matched the query.
Declaration
[JsonProperty("results")]
public virtual IList<SearchSpaceResult> Results { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SearchSpaceResult> |
Spaces
Deprecated: Please use the new results field instead. A page of the requested spaces. This field will be
populated only when useAdminAccess is set to true and deprecated in favor of the new results field.
Declaration
[JsonProperty("spaces")]
public virtual IList<Space> Spaces { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Space> |
TotalSize
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. Only populated when useAdminAccess is set to true.
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |