Class: Google::Apis::DatamigrationV1::LookupMigrationJobObjectRequest
- Inherits:
-
Object
- Object
- Google::Apis::DatamigrationV1::LookupMigrationJobObjectRequest
- 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
Request for looking up a specific migration job object by its source object identifier.
Instance Attribute Summary collapse
-
#source_object_identifier ⇒ Google::Apis::DatamigrationV1::SourceObjectIdentifier
An identifier for the Migration Job Object.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LookupMigrationJobObjectRequest
constructor
A new instance of LookupMigrationJobObjectRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LookupMigrationJobObjectRequest
Returns a new instance of LookupMigrationJobObjectRequest.
3034 3035 3036 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 3034 def initialize(**args) update!(**args) end |
Instance Attribute Details
#source_object_identifier ⇒ Google::Apis::DatamigrationV1::SourceObjectIdentifier
An identifier for the Migration Job Object.
Corresponds to the JSON property sourceObjectIdentifier
3032 3033 3034 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 3032 def source_object_identifier @source_object_identifier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3039 3040 3041 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 3039 def update!(**args) @source_object_identifier = args[:source_object_identifier] if args.key?(:source_object_identifier) end |