class Google::Apis::DomainsV1beta1::AuthorizationCode

Defines an authorization code.

Attributes

code[RW]

The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar. Corresponds to the JSON property `code` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/domains_v1beta1/classes.rb, line 106
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/domains_v1beta1/classes.rb, line 111
def update!(**args)
  @code = args[:code] if args.key?(:code)
end