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.



2351
2352
2353
# File 'lib/google/apis/dataform_v1/classes.rb', line 2351

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)


2349
2350
2351
# File 'lib/google/apis/dataform_v1/classes.rb', line 2349

def destination_containing_folder
  @destination_containing_folder
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2356
2357
2358
# File 'lib/google/apis/dataform_v1/classes.rb', line 2356

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