Class ListParticipantsRequest
Request to fetch list of participant per conference.
Implements
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class ListParticipantsRequest : IPageRequest, IMessage<ListParticipantsRequest>, IEquatable<ListParticipantsRequest>, IDeepCloneable<ListParticipantsRequest>, IBufferMessage, IMessage
Constructors
ListParticipantsRequest()
Declaration
public ListParticipantsRequest()
ListParticipantsRequest(ListParticipantsRequest)
Declaration
public ListParticipantsRequest(ListParticipantsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListParticipantsRequest | other |
Properties
Filter
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
earliest_start_time
latest_end_time
For example, latest_end_time IS NULL
returns active participants in
the conference.
Declaration
public string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
Maximum number of participants to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
PageToken
Page token returned from previous List Call.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Parent
Required. Format: conferenceRecords/{conference_record}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsConferenceRecordName
ConferenceRecordName-typed view over the Parent resource name property.
Declaration
public ConferenceRecordName ParentAsConferenceRecordName { get; set; }
Property Value
Type | Description |
---|---|
ConferenceRecordName |