Class ListSpaceEventsResponse
Response message for listing space events.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class ListSpaceEventsResponse : IPageResponse<SpaceEvent>, IEnumerable<SpaceEvent>, IEnumerable, IMessage<ListSpaceEventsResponse>, IEquatable<ListSpaceEventsResponse>, IDeepCloneable<ListSpaceEventsResponse>, IBufferMessage, IMessage
Constructors
ListSpaceEventsResponse()
Declaration
public ListSpaceEventsResponse()
ListSpaceEventsResponse(ListSpaceEventsResponse)
Declaration
public ListSpaceEventsResponse(ListSpaceEventsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListSpaceEventsResponse | other |
Properties
NextPageToken
Continuation token used to fetch more events. If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
SpaceEvents
Results are returned in chronological order (oldest event first).
Note: The permissionSettings
field is not returned in the Space
object for list requests.
Declaration
public RepeatedField<SpaceEvent> SpaceEvents { get; }
Property Value
Type | Description |
---|---|
RepeatedField<SpaceEvent> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<SpaceEvent> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<SpaceEvent> |