Google Apps Meet V2beta Client - Class ListConferenceRecordsResponse (0.1.0)

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

Response of ListConferenceRecords method.

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

Namespace

Google \ Apps \ Meet \ V2beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ conference_records array<Google\Apps\Meet\V2beta\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setConferenceRecords

List of conferences in one page.

Parameter
NameDescription
var array<Google\Apps\Meet\V2beta\ConferenceRecord>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this