GoogleApi.Domains.V1alpha2.Model.AuthorizationCode (google_api_domains v0.5.1) View Source

Defines an authorization code.

Attributes

  • code (type: String.t, default: nil) - The Authorization Code in ASCII. It can be used to transfer the domain to or from 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.AuthorizationCode{
  code: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.