Class: Google::Apps::Meet::V2::ListConferenceRecordsResponse

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 of ListConferenceRecords method.

Instance Attribute Summary collapse

Instance Attribute Details

#conference_records::Array<::Google::Apps::Meet::V2::ConferenceRecord>

Returns List of conferences in one page.

Returns:



111
112
113
114
# File 'proto_docs/google/apps/meet/v2/service.rb', line 111

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

#next_page_token::String

Returns Token to be circulated back for further List call if current List does NOT include all the Conferences. Unset if all conferences have been returned.

Returns:

  • (::String)

    Token to be circulated back for further List call if current List does NOT include all the Conferences. Unset if all conferences have been returned.



111
112
113
114
# File 'proto_docs/google/apps/meet/v2/service.rb', line 111

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