GoogleApi.Domains.V1alpha2.Model.RegisterParameters (google_api_domains v0.12.3)
View SourceParameters required to register a new domain.
Attributes
-
availability(type:String.t, default:nil) - Indicates whether the domain is available for registration. This value is accurate when obtained by callingRetrieveRegisterParameters, but is approximate when obtained by callingSearchDomains. -
domainName(type:String.t, default:nil) - The domain name. Unicode domain names are expressed in Punycode format. -
domainNotices(type:list(String.t), default:nil) - Notices about special properties of the domain. -
supportedPrivacy(type:list(String.t), default:nil) - Contact privacy options that the domain supports. -
yearlyPrice(type:GoogleApi.Domains.V1alpha2.Model.Money.t, default:nil) - Price to register or renew the domain for one year.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1alpha2.Model.RegisterParameters{ availability: String.t() | nil, domainName: String.t() | nil, domainNotices: [String.t()] | nil, supportedPrivacy: [String.t()] | nil, yearlyPrice: GoogleApi.Domains.V1alpha2.Model.Money.t() | nil }