Show / Hide Table of Contents

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.

Inheritance
object
SignedinUser
Implements
IMessage<SignedinUser>
IEquatable<SignedinUser>
IDeepCloneable<SignedinUser>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.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
In this article
Back to top Generated by DocFX