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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Domains.V1alpha2.Model.AuthorizationCode{
  code: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.