Class ListSpacesResponse
The response for a list spaces request.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class ListSpacesResponse : IPageResponse<Space>, IEnumerable<Space>, IEnumerable, IMessage<ListSpacesResponse>, IEquatable<ListSpacesResponse>, IDeepCloneable<ListSpacesResponse>, IBufferMessage, IMessage
Constructors
ListSpacesResponse()
Declaration
public ListSpacesResponse()
ListSpacesResponse(ListSpacesResponse)
Declaration
public ListSpacesResponse(ListSpacesResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListSpacesResponse | other |
Properties
NextPageToken
You can send a token as pageToken
to retrieve the next page of
results. If empty, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Spaces
List of spaces in the requested (or first) page.
Note: The permissionSettings
field is not returned in the Space
object for list requests.
Declaration
public RepeatedField<Space> Spaces { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Space> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Space> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Space> |