Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::MoveFolderRequest.
The MoveFolder request message.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#destination_parent
def destination_parent() -> ::String
    Returns
    
  - 
        (::String) — 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}ororganizations/{org_id}. 
#destination_parent=
def destination_parent=(value) -> ::String
    Parameter
    
  - 
        value (::String) — 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}ororganizations/{org_id}. 
    Returns
    
  - 
        (::String) — 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}ororganizations/{org_id}. 
#name
def name() -> ::String
    Returns
    
  - (::String) — Required. The resource name of the Folder to move. Must be of the form folders/{folder_id}
 
#name=
def name=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The resource name of the Folder to move. Must be of the form folders/{folder_id}
 
    Returns
    
- (::String) — Required. The resource name of the Folder to move. Must be of the form folders/{folder_id}