Class FindGroupChatsResponse
A response containing group chat spaces with exactly the calling user and the requested users.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class FindGroupChatsResponse : IPageResponse<Space>, IEnumerable<Space>, IEnumerable, IMessage<FindGroupChatsResponse>, IEquatable<FindGroupChatsResponse>, IDeepCloneable<FindGroupChatsResponse>, IBufferMessage, IMessage
Constructors
FindGroupChatsResponse()
Declaration
public FindGroupChatsResponse()
FindGroupChatsResponse(FindGroupChatsResponse)
Declaration
public FindGroupChatsResponse(FindGroupChatsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| FindGroupChatsResponse | other |
Properties
NextPageToken
A token that you can send 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.
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> |