View Source GoogleApi.Domains.V1alpha2.Model.Domain (google_api_domains v0.11.0)

A domain that the calling user manages in Google Domains.

Attributes

  • domainName (type: String.t, default: nil) - The domain name. Unicode domain names are expressed in Punycode format.
  • resourceState (type: String.t, default: nil) - The state of this domain as a Registration resource.
  • yearlyPrice (type: GoogleApi.Domains.V1alpha2.Model.Money.t, default: nil) - Price to renew the domain for one year. Only set when resource_state is IMPORTABLE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Domains.V1alpha2.Model.Domain{
  domainName: String.t() | nil,
  resourceState: String.t() | nil,
  yearlyPrice: GoogleApi.Domains.V1alpha2.Model.Money.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.