Reference documentation and code samples for the Google Apps Meet V2beta Client class ListMembersRequest.
Request to list all members of a space.
Generated from protobuf message google.apps.meet.v2beta.ListMembersRequest
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Format: spaces/{space}
↳ page_size
int
Optional. Maximum number of members to return. The service might return fewer than this value. If unspecified, at most 25 members are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
↳ page_token
string
Optional. Page token returned from previous List Call.
getParent
Required. Format: spaces/{space}
string
setParent
Required. Format: spaces/{space}
var
string
$this
getPageSize
Optional. Maximum number of members to return. The service might return fewer than this value. If unspecified, at most 25 members are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
int
setPageSize
Optional. Maximum number of members to return. The service might return fewer than this value. If unspecified, at most 25 members are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
var
int
$this
getPageToken
Optional. Page token returned from previous List Call.
string
setPageToken
Optional. Page token returned from previous List Call.
var
string
$this
static::build
parent
string
Required. Format: spaces/{space} Please see SpacesServiceClient::spaceName() for help formatting this field.