GoogleApi.Domains.V1beta1.Model.ManagementSettings (google_api_domains v0.4.2) View Source

Defines renewal, billing, and transfer settings for a Registration.

Attributes

  • renewalMethod (type: String.t, default: nil) - Output only. The renewal method for this Registration.
  • transferLockState (type: String.t, default: nil) - Controls whether the domain can be transferred to another registrar.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Domains.V1beta1.Model.ManagementSettings{
  renewalMethod: String.t(),
  transferLockState: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.