Class ListParticipantSessionsRequest
Request to fetch list of participant sessions per conference record per participant.
Implements
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class ListParticipantSessionsRequest : IPageRequest, IMessage<ListParticipantSessionsRequest>, IEquatable<ListParticipantSessionsRequest>, IDeepCloneable<ListParticipantSessionsRequest>, IBufferMessage, IMessage
Constructors
ListParticipantSessionsRequest()
Declaration
public ListParticipantSessionsRequest()
ListParticipantSessionsRequest(ListParticipantSessionsRequest)
Declaration
public ListParticipantSessionsRequest(ListParticipantSessionsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListParticipantSessionsRequest | other |
Properties
Filter
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
start_time
end_time
For example, end_time IS NULL
returns active participant sessions in
the conference record.
Declaration
public string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
Optional. Maximum number of participant sessions 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
Optional. 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}/participants/{participant}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsParticipantName
ParticipantName-typed view over the Parent resource name property.
Declaration
public ParticipantName ParentAsParticipantName { get; set; }
Property Value
Type | Description |
---|---|
ParticipantName |