Class: Google::Cloud::ResourceManager::V3::MoveProjectRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#destination_parent::String

Returns Required. The new parent to move the Project under.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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