Class ListRecordingsRequest
Request for ListRecordings method.
Implements
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class ListRecordingsRequest : IPageRequest, IMessage<ListRecordingsRequest>, IEquatable<ListRecordingsRequest>, IDeepCloneable<ListRecordingsRequest>, IBufferMessage, IMessage
Constructors
ListRecordingsRequest()
Declaration
public ListRecordingsRequest()
ListRecordingsRequest(ListRecordingsRequest)
Declaration
public ListRecordingsRequest(ListRecordingsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListRecordingsRequest | other |
Properties
PageSize
Maximum number of recordings to return. The service might return fewer than this value. If unspecified, at most 10 recordings are returned. The maximum value is 100; values above 100 are coerced to 100. 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 |