Class: Google::Cloud::Domains::V1::ExportRegistrationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Domains::V1::ExportRegistrationRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |