View Source GoogleApi.Domains.V1.Model.Domain (google_api_domains v0.12.2)
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 aRegistration
resource. -
yearlyPrice
(type:GoogleApi.Domains.V1.Model.Money.t
, default:nil
) - Price to renew the domain for one year. Only set whenresource_state
isIMPORTABLE
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1.Model.Domain{ domainName: String.t() | nil, resourceState: String.t() | nil, yearlyPrice: GoogleApi.Domains.V1.Model.Money.t() | nil }