Class ListTranscriptEntriesRequest
Request for ListTranscriptEntries method.
Implements
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class ListTranscriptEntriesRequest : IPageRequest, IMessage<ListTranscriptEntriesRequest>, IEquatable<ListTranscriptEntriesRequest>, IDeepCloneable<ListTranscriptEntriesRequest>, IBufferMessage, IMessage
Constructors
ListTranscriptEntriesRequest()
Declaration
public ListTranscriptEntriesRequest()
ListTranscriptEntriesRequest(ListTranscriptEntriesRequest)
Declaration
public ListTranscriptEntriesRequest(ListTranscriptEntriesRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListTranscriptEntriesRequest | other |
Properties
PageSize
Maximum number of entries to return. The service might return fewer than this value. If unspecified, at most 10 entries 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}/transcripts/{transcript}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsTranscriptName
TranscriptName-typed view over the Parent resource name property.
Declaration
public TranscriptName ParentAsTranscriptName { get; set; }
Property Value
Type | Description |
---|---|
TranscriptName |