Class: Google::Apis::DataformV1::MoveRepositoryRequest

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

MoveRepository request message.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MoveRepositoryRequest

Returns a new instance of MoveRepositoryRequest.



2284
2285
2286
# File 'lib/google/apis/dataform_v1/classes.rb', line 2284

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 repository 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)


2282
2283
2284
# File 'lib/google/apis/dataform_v1/classes.rb', line 2282

def destination_containing_folder
  @destination_containing_folder
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2289
2290
2291
# File 'lib/google/apis/dataform_v1/classes.rb', line 2289

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