GoogleApi.Domains.V1alpha2.Model.Domain (google_api_domains v0.12.3)
View SourceA 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 aRegistrationresource. -
yearlyPrice(type:GoogleApi.Domains.V1alpha2.Model.Money.t, default:nil) - Price to renew the domain for one year. Only set whenresource_stateisIMPORTABLE.
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 }