Show / Hide Table of Contents

Class UserEmail

JSON template for an email.

Inheritance
object
UserEmail
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 UserEmail : IDirectResponseSchema

Properties

Address

Email id of the user.

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

CustomType

Custom Type.

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

Primary

If this is user's primary email. Only one entry could be marked as primary.

Declaration
[JsonProperty("primary")]
public virtual bool? Primary { get; set; }
Property Value
Type Description
bool?

PublicKeyEncryptionCertificates

Public Key Encryption Certificates. Current limit: 1 per email address, and 5 per user.

Declaration
[JsonProperty("public_key_encryption_certificates")]
public virtual UserEmail.PublicKeyEncryptionCertificatesData PublicKeyEncryptionCertificates { get; set; }
Property Value
Type Description
UserEmail.PublicKeyEncryptionCertificatesData

Type

Each entry can have a type which indicates standard types of that entry. For example email could be of home, work etc. In addition to the standard type, an entry can have a custom type and can take any value Such types should have the CUSTOM value as type and also have a customType value.

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