Class: Google::Apps::Meet::V2::ListRecordingsResponse
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::ListRecordingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/service.rb
Overview
Response for ListRecordings 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 recordings.
-
#recordings ⇒ ::Array<::Google::Apps::Meet::V2::Recording>
List of recordings 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 recordings. Unset if all recordings are returned.
263 264 265 266 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 263 class ListRecordingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recordings ⇒ ::Array<::Google::Apps::Meet::V2::Recording>
Returns List of recordings in one page.
263 264 265 266 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 263 class ListRecordingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |