View Source GoogleApi.Domains.V1.Model.AuthorizationCode (google_api_domains v0.12.2)
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.V1.Model.AuthorizationCode{code: String.t() | nil}