Class: Google::Apis::DatamigrationV1::SearchBackgroundJobsResponse

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

Response message for 'SearchBackgroundJobs' request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SearchBackgroundJobsResponse

Returns a new instance of SearchBackgroundJobsResponse.



4056
4057
4058
# File 'lib/google/apis/datamigration_v1/classes.rb', line 4056

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

Instance Attribute Details

#jobsArray<Google::Apis::DatamigrationV1::BackgroundJobLogEntry>

The list of conversion workspace mapping rules. Corresponds to the JSON property jobs



4054
4055
4056
# File 'lib/google/apis/datamigration_v1/classes.rb', line 4054

def jobs
  @jobs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4061
4062
4063
# File 'lib/google/apis/datamigration_v1/classes.rb', line 4061

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