Class: Google::Apis::DatamigrationV1::ConvertJobDetails
- Inherits:
-
Object
- Object
- Google::Apis::DatamigrationV1::ConvertJobDetails
- 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 a Convert background job.
Instance Attribute Summary collapse
-
#filter ⇒ String
AIP-160 based filter used to specify the entities to convert Corresponds to the JSON property
filter
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConvertJobDetails
constructor
A new instance of ConvertJobDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConvertJobDetails
Returns a new instance of ConvertJobDetails.
1050 1051 1052 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 1050 def initialize(**args) update!(**args) end |
Instance Attribute Details
#filter ⇒ String
AIP-160 based filter used to specify the entities to convert
Corresponds to the JSON property filter
1048 1049 1050 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 1048 def filter @filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1055 1056 1057 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 1055 def update!(**args) @filter = args[:filter] if args.key?(:filter) end |