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

Attributes

  • creationTime (type: String.t, default: nil) - The creation time of the domain alias. (Read-only).
  • domainAliasName (type: String.t, default: nil) - The domain alias name.
  • etag (type: String.t, default: nil) - ETag of the resource.
  • kind (type: String.t, default: admin#directory#domainAlias) - Kind of resource this is.
  • parentDomainName (type: String.t, default: nil) - The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer.
  • verified (type: boolean(), default: nil) - Indicates the verification state of a domain alias. (Read-only)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.DomainAlias{
  creationTime: String.t() | nil,
  domainAliasName: String.t() | nil,
  etag: String.t() | nil,
  kind: String.t() | nil,
  parentDomainName: String.t() | nil,
  verified: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.