Class: Google::Cloud::Domains::V1::RetrieveAuthorizationCodeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/domains/v1/domains.rb

Overview

Request for the RetrieveAuthorizationCode method.

Instance Attribute Summary collapse

Instance Attribute Details

#registration::String

Returns Required. The name of the Registration whose authorization code is being retrieved, in the format projects/*/locations/*/registrations/*.

Returns:

  • (::String)

    Required. The name of the Registration whose authorization code is being retrieved, in the format projects/*/locations/*/registrations/*.



733
734
735
736
# File 'proto_docs/google/cloud/domains/v1/domains.rb', line 733

class RetrieveAuthorizationCodeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end