GoogleApi.Domains.V1alpha2.Model.ManagementSettings (google_api_domains v0.5.0) 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.V1alpha2.Model.ManagementSettings{
  renewalMethod: String.t() | nil,
  transferLockState: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.