Class: Google::Cloud::Domains::V1beta1::AuthorizationCode
- Inherits:
-
Object
- Object
- Google::Cloud::Domains::V1beta1::AuthorizationCode
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/domains/v1beta1/domains.rb
Overview
Defines an authorization code.
Instance Attribute Summary collapse
-
#code ⇒ ::String
The Authorization Code in ASCII.
Instance Attribute Details
#code ⇒ ::String
Returns The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar.
823 824 825 826 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 823 class AuthorizationCode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |