Show / Hide Table of Contents

Class UserGender

Inheritance
object
UserGender
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.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class UserGender : IDirectResponseSchema

Properties

AddressMeAs

AddressMeAs. A human-readable string containing the proper way to refer to the profile owner by humans for example he/him/his or they/them/their.

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

CustomGender

Custom gender.

Declaration
[JsonProperty("customGender")]
public virtual string CustomGender { 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

Type

Gender.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX