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.



2726
2727
2728
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2726

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



2724
2725
2726
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2724

def source_object_identifier
  @source_object_identifier
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2731
2732
2733
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2731

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