Class: Google::Cloud::CloudDMS::V1::StopMigrationJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::StopMigrationJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Request message for 'StopMigrationJob' request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the migration job resource to stop.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the migration job resource to stop.
175 176 177 178 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 175 class StopMigrationJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |