Reference documentation and code samples for the Google Apps Meet V2beta Client class ListMembersResponse.
Response of list members.
Generated from protobuf message google.apps.meet.v2beta.ListMembersResponse
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ members |
array<Member>
The list of members for the current page. |
↳ next_page_token |
string
Token to be circulated back for further list call if current list doesn't include all the members. Unset if all members are returned. |
getMembers
The list of members for the current page.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMembers
The list of members for the current page.
Parameter | |
---|---|
Name | Description |
var |
array<Member>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to be circulated back for further list call if current list doesn't include all the members. Unset if all members are returned.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to be circulated back for further list call if current list doesn't include all the members. Unset if all members are returned.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |