REST Resource: domains

Resource: Domain

JSON representation
{
  "kind": string,
  "domainAliases": [
    {
      object (DomainAlias)
    }
  ],
  "verified": boolean,
  "etag": string,
  "creationTime": string,
  "isPrimary": boolean,
  "domainName": string
}
Fields
kind

string

Kind of resource this is.

domainAliases[]

object (DomainAlias)

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

verified

boolean

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

etag

string

ETag of the resource.

creationTime

string (int64 format)

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

isPrimary

boolean

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

domainName

string

The domain name of the customer.

Methods

delete

Deletes a domain of the customer.

get

Retrieves a domain of the customer.

insert

Inserts a domain of the customer.

list

Lists the domains of the customer.