class Google::Apis::CloudresourcemanagerV2beta1::MoveFolderRequest

The MoveFolder request message.

Attributes

destination_parent[RW]

Required. The resource name of the Folder or Organization to reparent the folder under. 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_v2beta1/classes.rb, line 704
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_v2beta1/classes.rb, line 709
def update!(**args)
  @destination_parent = args[:destination_parent] if args.key?(:destination_parent)
end