Class: Google::Apis::DatamigrationV1::SearchBackgroundJobsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DatamigrationV1::SearchBackgroundJobsResponse
 
- 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
- 
  
    
      #jobs  ⇒ Array<Google::Apis::DatamigrationV1::BackgroundJobLogEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of conversion workspace mapping rules. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SearchBackgroundJobsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SearchBackgroundJobsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ SearchBackgroundJobsResponse
Returns a new instance of SearchBackgroundJobsResponse.
| 3911 3912 3913 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 3911 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#jobs ⇒ Array<Google::Apis::DatamigrationV1::BackgroundJobLogEntry>
The list of conversion workspace mapping rules.
Corresponds to the JSON property jobs
| 3909 3910 3911 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 3909 def jobs @jobs end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 3916 3917 3918 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 3916 def update!(**args) @jobs = args[:jobs] if args.key?(:jobs) end |