Show / Hide Table of Contents

Class ListTranscriptEntriesResponse

Response for ListTranscriptEntries method.

Inheritance
object
ListTranscriptEntriesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Meet.v2.Data
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class ListTranscriptEntriesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

Token to be circulated back for further List call if current List doesn't include all the transcript entries. Unset if all entries are returned.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

TranscriptEntries

List of TranscriptEntries in one page.

Declaration
[JsonProperty("transcriptEntries")]
public virtual IList<TranscriptEntry> TranscriptEntries { get; set; }
Property Value
Type Description
IList<TranscriptEntry>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX