Show / Hide Table of Contents

Class Domains

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

Properties

CreationTime

Creation time of the domain. Expressed in Unix time format. (Read-only).

Declaration
[JsonProperty("creationTime")]
public virtual long? CreationTime { get; set; }
Property Value
Type Description
long?

DomainAliases

A list of domain alias objects. (Read-only)

Declaration
[JsonProperty("domainAliases")]
public virtual IList<DomainAlias> DomainAliases { get; set; }
Property Value
Type Description
IList<DomainAlias>

DomainName

The domain name of the customer.

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

ETag

ETag of the resource.

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

IsPrimary

Indicates if the domain is a primary domain (Read-only).

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

Kind

Kind of resource this is.

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

Verified

Indicates the verification state of a domain. (Read-only).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX