Class: Google::Apis::DatamigrationV1::SourceObjectConfig
- Inherits:
-
Object
- Object
- Google::Apis::DatamigrationV1::SourceObjectConfig
- 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
Config for a single migration job object.
Instance Attribute Summary collapse
-
#object_identifier ⇒ Google::Apis::DatamigrationV1::SourceObjectIdentifier
An identifier for the Migration Job Object.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SourceObjectConfig
constructor
A new instance of SourceObjectConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SourceObjectConfig
Returns a new instance of SourceObjectConfig.
4947 4948 4949 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 4947 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_identifier ⇒ Google::Apis::DatamigrationV1::SourceObjectIdentifier
An identifier for the Migration Job Object.
Corresponds to the JSON property objectIdentifier
4945 4946 4947 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 4945 def object_identifier @object_identifier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4952 4953 4954 |
# File 'lib/google/apis/datamigration_v1/classes.rb', line 4952 def update!(**args) @object_identifier = args[:object_identifier] if args.key?(:object_identifier) end |