Show / Hide Table of Contents

Class DomainAlias

Inheritance
System.Object
DomainAlias
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class DomainAlias : IDirectResponseSchema

Properties

CreationTime

The creation time of the domain alias. (Read-only).

Declaration
[JsonProperty("creationTime")]
public virtual long? CreationTime { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

DomainAliasName

The domain alias name.

Declaration
[JsonProperty("domainAliasName")]
public virtual string DomainAliasName { get; set; }
Property Value
Type Description
System.String

ETag

ETag of the resource.

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

Kind

Kind of resource this is.

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

ParentDomainName

The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer.

Declaration
[JsonProperty("parentDomainName")]
public virtual string ParentDomainName { get; set; }
Property Value
Type Description
System.String

Verified

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

Declaration
[JsonProperty("verified")]
public virtual bool? Verified { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

IDirectResponseSchema
Back to top