Show / Hide Table of Contents

Class SearchSpacesResponse

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

Inheritance
object
SearchSpacesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Spaces

A page of the requested spaces.

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.

Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX