Class: Google::Cloud::Domains::V1beta1::ResetAuthorizationCodeRequest

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

Overview

Request for the ResetAuthorizationCode method.

Instance Attribute Summary collapse

Instance Attribute Details

#registration::String

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

Returns:

  • (::String)

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



743
744
745
746
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 743

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