Class ListParticipantSessionsResponse
Response of ListParticipants method.
Implements
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class ListParticipantSessionsResponse : IPageResponse<ParticipantSession>, IEnumerable<ParticipantSession>, IEnumerable, IMessage<ListParticipantSessionsResponse>, IEquatable<ListParticipantSessionsResponse>, IDeepCloneable<ListParticipantSessionsResponse>, IBufferMessage, IMessage
Constructors
ListParticipantSessionsResponse()
Declaration
public ListParticipantSessionsResponse()
ListParticipantSessionsResponse(ListParticipantSessionsResponse)
Declaration
public ListParticipantSessionsResponse(ListParticipantSessionsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListParticipantSessionsResponse | other |
Properties
NextPageToken
Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
ParticipantSessions
List of participants in one page.
Declaration
public RepeatedField<ParticipantSession> ParticipantSessions { get; }
Property Value
Type | Description |
---|---|
RepeatedField<ParticipantSession> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<ParticipantSession> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<ParticipantSession> |