Class: Google::Apis::DatamigrationV1::ImportRulesJobDetails
- Inherits:
-
Object
- Object
- Google::Apis::DatamigrationV1::ImportRulesJobDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datamigration_v1/classes.rb,
lib/google/apis/datamigration_v1/representations.rb,
lib/google/apis/datamigration_v1/representations.rb
Overview
Details regarding an Import Rules background job
Instance Attribute Summary collapse
-
#file_format ⇒ String
The requested file format Corresponds to the JSON property
fileFormat
. -
#files ⇒ Array<String>
File names used for the import rules job Corresponds to the JSON property
files
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImportRulesJobDetails
constructor
A new instance of ImportRulesJobDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImportRulesJobDetails
Returns a new instance of ImportRulesJobDetails.
1585 1586 1587 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 1585 def initialize(**args) update!(**args) end |
Instance Attribute Details
#file_format ⇒ String
The requested file format
Corresponds to the JSON property fileFormat
1578 1579 1580 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 1578 def file_format @file_format end |
#files ⇒ Array<String>
File names used for the import rules job
Corresponds to the JSON property files
1583 1584 1585 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 1583 def files @files end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1590 1591 1592 1593 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 1590 def update!(**args) @file_format = args[:file_format] if args.key?(:file_format) @files = args[:files] if args.key?(:files) end |