Reference documentation and code samples for the Google Apps Meet V2beta Client class Member.
Users who are configured to have a role in the space. These users can join the space without knocking.
Generated from protobuf message google.apps.meet.v2beta.Member
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Resource name of the member. Format: spaces/{space}/members/{member}
↳ email
string
Email for the member. This is required for creating the member.
↳ role
int
The meeting role assigned to the member.
↳ user
string
Developer Preview
: Unique name for the user. Interoperable with Admin SDK API and People API. This will be empty for non google users. Setting both user and email in request will result in error. Format: users/{user}
getName
Identifier. Resource name of the member.
Format: spaces/{space}/members/{member}
string
setName
Identifier. Resource name of the member.
Format: spaces/{space}/members/{member}
var
string
$this
getEmail
Email for the member. This is required for creating the member.
string
setEmail
Email for the member. This is required for creating the member.
var
string
$this
getRole
The meeting role assigned to the member.
int
setRole
The meeting role assigned to the member.
var
int
$this
getUser
Developer Preview : Unique name for the user. Interoperable with Admin SDK API and People API.
This will be empty for non google users. Setting both user and email in
request will result in error. Format: users/{user}
string
setUser
Developer Preview : Unique name for the user. Interoperable with Admin SDK API and People API.
This will be empty for non google users. Setting both user and email in
request will result in error. Format: users/{user}
var
string
$this