View Source GoogleApi.Domains.V1alpha2.Model.RenewDomainRequest (google_api_domains v0.12.0)

Request for the RenewDomain method.

Attributes

  • validateOnly (type: boolean(), default: nil) - Optional. When true, only validation is performed, without actually renewing the domain. For more information, see Request validation
  • yearlyPrice (type: GoogleApi.Domains.V1alpha2.Model.Money.t, default: nil) - Required. Acknowledgement of the price to renew the domain for one year. To get the price, see Cloud Domains pricing. If not provided, the expected price is returned in the error message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Domains.V1alpha2.Model.RenewDomainRequest{
  validateOnly: boolean() | nil,
  yearlyPrice: GoogleApi.Domains.V1alpha2.Model.Money.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.