Class SignedinUser
A signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.
Implements
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class SignedinUser : IMessage<SignedinUser>, IEquatable<SignedinUser>, IDeepCloneable<SignedinUser>, IBufferMessage, IMessage
Constructors
SignedinUser()
Declaration
public SignedinUser()
SignedinUser(SignedinUser)
Declaration
public SignedinUser(SignedinUser other)
Parameters
Type | Name | Description |
---|---|---|
SignedinUser | other |
Properties
DisplayName
Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
User
Output only. Unique ID for the user. Interoperable with Admin SDK API and
People API. Format: users/{user}
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
string |