Show / Hide Table of Contents

Class ListParticipantSessionsResponse

Response of ListParticipants method.

Inheritance
object
ListParticipantSessionsResponse
Implements
IPageResponse<ParticipantSession>
IEnumerable<ParticipantSession>
IEnumerable
IMessage<ListParticipantSessionsResponse>
IEquatable<ListParticipantSessionsResponse>
IDeepCloneable<ListParticipantSessionsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.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
IPageResponse<TResource>.NextPageToken

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>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX