Show / Hide Table of Contents

Class Domain

Information about a domain registered by the user.

Inheritance
object
Domain
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.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class Domain : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Immutable. The timestamp at which the domain was added to the user's account.

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

LastVerifyTime

object representation of LastVerifyTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastVerifyTimeDateTimeOffset instead.")]
public virtual object LastVerifyTime { get; set; }
Property Value
Type Description
object

LastVerifyTimeDateTimeOffset

DateTimeOffset representation of LastVerifyTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastVerifyTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastVerifyTimeRaw

The timestamp at which the domain was last verified by the user.

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

Name

Identifier. The resource name of the domain. Format: domains/{domain_name}, where domain_name is the fully qualified domain name (i.e., mymail.mydomain.com).

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

Permission

Output only. User's permission of this domain.

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

VerificationState

Output only. Information about a user's verification history and properties for the domain.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX