Class Domains
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for Domain object in Directory API.
public class Domains : IDirectResponseSchema
- Inheritance
-
Domains
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Domains()
public Domains()
Properties
CreationTime
Creation time of the domain. (Read-only).
public virtual long? CreationTime { get; set; }
Property Value
- long?
DomainAliases
List of domain alias objects. (Read-only)
public virtual IList<DomainAlias> DomainAliases { get; set; }
Property Value
DomainName
The domain name of the customer.
public virtual string DomainName { get; set; }
Property Value
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
IsPrimary
Indicates if the domain is a primary domain (Read-only).
public virtual bool? IsPrimary { get; set; }
Property Value
- bool?
Kind
Kind of resource this is.
public virtual string Kind { get; set; }
Property Value
Verified
Indicates the verification state of a domain. (Read-only).
public virtual bool? Verified { get; set; }
Property Value
- bool?