View Source GoogleApi.Domains.V1beta1.Model.ImportDomainRequest (google_api_domains v0.11.0)

Deprecated: For more information, see Cloud Domains feature deprecation. Request for the ImportDomain method.

Attributes

  • domainName (type: String.t, default: nil) - Required. The domain name. Unicode domain names must be expressed in Punycode format.
  • labels (type: map(), default: nil) - Set of labels associated with the Registration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Domains.V1beta1.Model.ImportDomainRequest{
  domainName: String.t() | nil,
  labels: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.