GoogleApi.Meet.V2.Model.ListTranscriptEntriesResponse (google_api_meet v0.4.0)
View SourceResponse for ListTranscriptEntries method.
Attributes
-
nextPageToken(type:String.t, default:nil) - 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. -
transcriptEntries(type:list(GoogleApi.Meet.V2.Model.TranscriptEntry.t), default:nil) - List of TranscriptEntries in one page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Meet.V2.Model.ListTranscriptEntriesResponse{ nextPageToken: String.t() | nil, transcriptEntries: [GoogleApi.Meet.V2.Model.TranscriptEntry.t()] | nil }