Google Apps Meet V2 Client - Class ListConferenceRecordsResponse (0.2.2)

Reference documentation and code samples for the Google Apps Meet V2 Client class ListConferenceRecordsResponse.

Response of ListConferenceRecords method.

Generated from protobuf message google.apps.meet.v2.ListConferenceRecordsResponse

Namespace

Google \ Apps \ Meet \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ conference_records array<Google\Apps\Meet\V2\ConferenceRecord>

List of conferences in one page.

↳ next_page_token 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.

getConferenceRecords

List of conferences in one page.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setConferenceRecords

List of conferences in one page.

Parameter
Name Description
var array<Google\Apps\Meet\V2\ConferenceRecord>
Returns
Type Description
$this

getNextPageToken

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
Type Description
string

setNextPageToken

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.

Parameter
Name Description
var string
Returns
Type Description
$this