Class: Google::Apps::Meet::V2::ListTranscriptsResponse
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::ListTranscriptsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/service.rb
Overview
Response for ListTranscripts method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to be circulated back for further List call if current List doesn't include all the transcripts.
-
#transcripts ⇒ ::Array<::Google::Apps::Meet::V2::Transcript>
List of transcripts in one page.
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 transcripts. Unset if all transcripts are returned.
304 305 306 307 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 304 class ListTranscriptsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transcripts ⇒ ::Array<::Google::Apps::Meet::V2::Transcript>
Returns List of transcripts in one page.
304 305 306 307 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 304 class ListTranscriptsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |