Class UserGender
Implements
Inherited Members
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 |