Class: Google::Cloud::ResourceManager::V3::MoveProjectRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::MoveProjectRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/projects.rb
Overview
The request sent to MoveProject method.
Instance Attribute Summary collapse
-
#destination_parent ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#destination_parent ⇒ ::String
Returns Required. The new parent to move the Project under.
344 345 346 347 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 344 class MoveProjectRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the project to move.
344 345 346 347 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 344 class MoveProjectRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |