Reference documentation and code samples for the Google Apps Meet V2 Client class ListParticipantsResponse.
Response of ListParticipants method.
Generated from protobuf message google.apps.meet.v2.ListParticipantsResponse
Namespace
Google \ Apps \ Meet \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ participants
↳ 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.
↳ total_size
int
Total, exact number of participants
. By default, this field isn't included in the response. Set the field mask in SystemParameterContext
to receive this field in the response.
getParticipants
List of participants in one page.
setParticipants
List of participants in one page.
$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.
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.
var
string
$this
getTotalSize
Total, exact number of participants
. By default, this field isn't
included in the response. Set the field mask in SystemParameterContext
to receive this field in the response.
int
setTotalSize
Total, exact number of participants
. By default, this field isn't
included in the response. Set the field mask in SystemParameterContext
to receive this field in the response.
var
int
$this