Google Apps Meet V2beta Client - Class ListParticipantSessionsResponse (0.1.0)

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

Response of ListParticipants method.

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

Namespace

Google \ Apps \ Meet \ V2beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ participant_sessions array<Google\Apps\Meet\V2beta\ParticipantSession>

List of participants in one page.

↳ next_page_token string

Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.

getParticipantSessions

List of participants in one page.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setParticipantSessions

List of participants in one page.

Parameter
NameDescription
var array<Google\Apps\Meet\V2beta\ParticipantSession>
Returns
TypeDescription
$this

getNextPageToken

Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.

Returns
TypeDescription
string

setNextPageToken

Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.

Parameter
NameDescription
var string
Returns
TypeDescription
$this