Class ListParticipantsResponse
Response of ListParticipants method.
Implements
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class ListParticipantsResponse : IPageResponse<Participant>, IEnumerable<Participant>, IEnumerable, IMessage<ListParticipantsResponse>, IEquatable<ListParticipantsResponse>, IDeepCloneable<ListParticipantsResponse>, IBufferMessage, IMessage
Constructors
ListParticipantsResponse()
Declaration
public ListParticipantsResponse()
ListParticipantsResponse(ListParticipantsResponse)
Declaration
public ListParticipantsResponse(ListParticipantsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListParticipantsResponse | 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
Participants
List of participants in one page.
Declaration
public RepeatedField<Participant> Participants { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Participant> |
TotalSize
Total, exact number of participants
. By default, this field isn't
included in the response. Set the field mask in
SystemParameterContext
to receive this field in the response.
Declaration
public int TotalSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Participant> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Participant> |