Class AnonymousUser
User who joins anonymously (meaning not signed into a Google Account).
Implements
Inherited Members
Namespace: Google.Apis.Meet.v2.Data
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class AnonymousUser : IDirectResponseSchema
Properties
DisplayName
Output only. User provided name when they join a conference anonymously.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |