Class: Google::Apis::CloudresourcemanagerV2beta1::MoveFolderRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudresourcemanagerV2beta1::MoveFolderRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudresourcemanager_v2beta1/classes.rb,
lib/google/apis/cloudresourcemanager_v2beta1/representations.rb,
lib/google/apis/cloudresourcemanager_v2beta1/representations.rb
Overview
The MoveFolder request message.
Instance Attribute Summary collapse
-
#destination_parent ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MoveFolderRequest
constructor
A new instance of MoveFolderRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MoveFolderRequest
Returns a new instance of MoveFolderRequest.
746 747 748 |
# File 'lib/google/apis/cloudresourcemanager_v2beta1/classes.rb', line 746 def initialize(**args) update!(**args) end |
Instance Attribute Details
#destination_parent ⇒ String
Required. The resource name of the Folder or Organization to reparent the
folder under. Must be of the form folders/
folder_idor `organizations/`
org_id
.
Corresponds to the JSON property destinationParent
744 745 746 |
# File 'lib/google/apis/cloudresourcemanager_v2beta1/classes.rb', line 744 def destination_parent @destination_parent end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
751 752 753 |
# File 'lib/google/apis/cloudresourcemanager_v2beta1/classes.rb', line 751 def update!(**args) @destination_parent = args[:destination_parent] if args.key?(:destination_parent) end |