Class DomainAlias
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for Domain Alias object in Directory API.
public class DomainAlias : IDirectResponseSchema
- Inheritance
-
DomainAlias
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
DomainAlias()
public DomainAlias()
Properties
CreationTime
The creation time of the domain alias. (Read-only).
public virtual long? CreationTime { get; set; }
Property Value
- long?
DomainAliasName
The domain alias name.
public virtual string DomainAliasName { get; set; }
Property Value
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
Kind
Kind of resource this is.
public virtual string Kind { get; set; }
Property Value
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.
public virtual string ParentDomainName { get; set; }
Property Value
Verified
Indicates the verification state of a domain alias. (Read-only)
public virtual bool? Verified { get; set; }
Property Value
- bool?