View Source GoogleApi.Domains.V1alpha2.Model.RetrieveRegisterParametersResponse (google_api_domains v0.12.2)
Response for the RetrieveRegisterParameters
method.
Attributes
-
registerParameters
(type:GoogleApi.Domains.V1alpha2.Model.RegisterParameters.t
, default:nil
) - Parameters to use when calling theRegisterDomain
method.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1alpha2.Model.RetrieveRegisterParametersResponse{ registerParameters: GoogleApi.Domains.V1alpha2.Model.RegisterParameters.t() | nil }