Class ListReactionsResponse
Response to a list reactions request.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class ListReactionsResponse : IPageResponse<Reaction>, IEnumerable<Reaction>, IEnumerable, IMessage<ListReactionsResponse>, IEquatable<ListReactionsResponse>, IDeepCloneable<ListReactionsResponse>, IBufferMessage, IMessage
Constructors
ListReactionsResponse()
Declaration
public ListReactionsResponse()
ListReactionsResponse(ListReactionsResponse)
Declaration
public ListReactionsResponse(ListReactionsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListReactionsResponse | other |
Properties
NextPageToken
Continuation token to retrieve the next page of results. It's empty for the last page of results.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Reactions
List of reactions in the requested (or first) page.
Declaration
public RepeatedField<Reaction> Reactions { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Reaction> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Reaction> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Reaction> |