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
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Meet.v2.Data
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class SignedinUser : IDirectResponseSchema

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
[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

User

Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: users/{user}

Declaration
[JsonProperty("user")]
public virtual string User { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX