Class: Google::Apis::CloudresourcemanagerV2beta1::MoveFolderRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MoveFolderRequest

Returns a new instance of MoveFolderRequest.



737
738
739
# File 'lib/google/apis/cloudresourcemanager_v2beta1/classes.rb', line 737

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#destination_parentString

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

Returns:

  • (String)


735
736
737
# File 'lib/google/apis/cloudresourcemanager_v2beta1/classes.rb', line 735

def destination_parent
  @destination_parent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



742
743
744
# File 'lib/google/apis/cloudresourcemanager_v2beta1/classes.rb', line 742

def update!(**args)
  @destination_parent = args[:destination_parent] if args.key?(:destination_parent)
end