Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::ListConferenceRecordsResponse.
Response of ListConferenceRecords method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conference_records
def conference_records() -> ::Array<::Google::Apps::Meet::V2::ConferenceRecord>
Returns
- (::Array<::Google::Apps::Meet::V2::ConferenceRecord>) — List of conferences in one page.
#conference_records=
def conference_records=(value) -> ::Array<::Google::Apps::Meet::V2::ConferenceRecord>
Parameter
- value (::Array<::Google::Apps::Meet::V2::ConferenceRecord>) — List of conferences in one page.
Returns
- (::Array<::Google::Apps::Meet::V2::ConferenceRecord>) — List of conferences in one page.
#next_page_token
def next_page_token() -> ::String
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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::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.
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.