class Google::Apis::CloudresourcemanagerV3::MoveFolderRequest
The MoveFolder request message.
Attributes
destination_parent[RW]
Required. The resource name of the folder or organization which should be the folder's new parent. Must be of the form `folders/`folder_id“ or ` organizations/`org_id“. Corresponds to the JSON property `destinationParent` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudresourcemanager_v3/classes.rb, line 943 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudresourcemanager_v3/classes.rb, line 948 def update!(**args) @destination_parent = args[:destination_parent] if args.key?(:destination_parent) end