Show / Hide Table of Contents

Class User

A user in Google Chat.

Inheritance
System.Object
User
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class User : IDirectResponseSchema

Properties

DisplayName

Output only. The user's display name.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

DomainId

Unique identifier of the user's Google Workspace domain.

Declaration
[JsonProperty("domainId")]
public virtual string DomainId { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

IsAnonymous

Output only. When true, the user is deleted or their profile is not visible.

Declaration
[JsonProperty("isAnonymous")]
public virtual bool? IsAnonymous { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Name

Resource name for a Google Chat user. For human users, represents a person in the People API or a user in the Admin SDK Directory API. Format: users/{user}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Type

User type.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX