Class: Google::Cloud::Domains::V1::ExportRegistrationRequest

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 ExportRegistration method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the Registration to export, in the format projects/*/locations/*/registrations/*.

Returns:

  • (::String)

    Required. The name of the Registration to export, in the format projects/*/locations/*/registrations/*.



713
714
715
716
# File 'proto_docs/google/cloud/domains/v1/domains.rb', line 713

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