View Source GoogleApi.Admin.Directory_v1.Model.Domains (google_api_admin v0.40.0)

Attributes

  • creationTime (type: String.t, default: nil) - Creation time of the domain. Expressed in Unix time format. (Read-only).
  • domainAliases (type: list(GoogleApi.Admin.Directory_v1.Model.DomainAlias.t), default: nil) - A list of domain alias objects. (Read-only)
  • domainName (type: String.t, default: nil) - The domain name of the customer.
  • etag (type: String.t, default: nil) - ETag of the resource.
  • isPrimary (type: boolean(), default: nil) - Indicates if the domain is a primary domain (Read-only).
  • kind (type: String.t, default: admin#directory#domain) - Kind of resource this is.
  • verified (type: boolean(), default: nil) - Indicates the verification state of a domain. (Read-only).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.Domains{
  creationTime: String.t() | nil,
  domainAliases: [GoogleApi.Admin.Directory_v1.Model.DomainAlias.t()] | nil,
  domainName: String.t() | nil,
  etag: String.t() | nil,
  isPrimary: boolean() | nil,
  kind: String.t() | nil,
  verified: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.