Class: Google::Apps::Meet::V2::ListTranscriptEntriesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2/service.rb

Overview

Response for ListTranscriptEntries method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns 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.

Returns:

  • (::String)

    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.



346
347
348
349
# File 'proto_docs/google/apps/meet/v2/service.rb', line 346

class ListTranscriptEntriesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transcript_entries::Array<::Google::Apps::Meet::V2::TranscriptEntry>

Returns List of TranscriptEntries in one page.

Returns:



346
347
348
349
# File 'proto_docs/google/apps/meet/v2/service.rb', line 346

class ListTranscriptEntriesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end