Reference documentation and code samples for the Google Apps Meet V2 Client class AnonymousUser.
User who joins anonymously (meaning not signed into a Google Account).
Generated from protobuf message google.apps.meet.v2.AnonymousUser
Namespace
Google \ Apps \ Meet \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
Output only. User provided name when they join a conference anonymously. |
getDisplayName
Output only. User provided name when they join a conference anonymously.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Output only. User provided name when they join a conference anonymously.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |