Class: Google::Apis::DataformV1::MoveFolderRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataform_v1/classes.rb,
lib/google/apis/dataform_v1/representations.rb,
lib/google/apis/dataform_v1/representations.rb

Overview

MoveFolder request message.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MoveFolderRequest

Returns a new instance of MoveFolderRequest.



2263
2264
2265
# File 'lib/google/apis/dataform_v1/classes.rb', line 2263

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

Instance Attribute Details

#destination_containing_folderString

Optional. The name of the Folder, TeamFolder, or root location to move the Folder to. Can be in the format of: "" to move into the root User folder, projects/*/locations/*/folders/*, projects/*/locations/*/teamFolders/* Corresponds to the JSON property destinationContainingFolder

Returns:

  • (String)


2261
2262
2263
# File 'lib/google/apis/dataform_v1/classes.rb', line 2261

def destination_containing_folder
  @destination_containing_folder
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2268
2269
2270
# File 'lib/google/apis/dataform_v1/classes.rb', line 2268

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