Show / Hide Table of Contents

Class EmailAddress

A person's email address.

Inheritance
object
EmailAddress
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EmailAddress : IDirectResponseSchema

Properties

CustomType

If the value of type is custom, this property contains the custom type string.

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

EmailAddressValue

The email address.

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

EmailUrl

The URL to send email.

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

Primary

Indicates if this is the user's primary email. Only one entry can be marked as primary.

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

Type

The type of the email account. Acceptable values are: "custom", "home", "other", "work".

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