Class: Google::Apis::DatamigrationV1::LookupMigrationJobObjectRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LookupMigrationJobObjectRequest

Returns a new instance of LookupMigrationJobObjectRequest.



2712
2713
2714
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2712

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#source_object_identifierGoogle::Apis::DatamigrationV1::SourceObjectIdentifier

An identifier for the Migration Job Object. Corresponds to the JSON property sourceObjectIdentifier



2710
2711
2712
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2710

def source_object_identifier
  @source_object_identifier
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2717
2718
2719
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2717

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