Class: Google::Apis::JobsV4::BatchDeleteJobsResponse
- Inherits:
-
Object
- Object
- Google::Apis::JobsV4::BatchDeleteJobsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/jobs_v4/classes.rb,
generated/google/apis/jobs_v4/representations.rb,
generated/google/apis/jobs_v4/representations.rb
Overview
The result of JobService.BatchDeleteJobs. It's used to replace google. longrunning.Operation.response in case of success.
Instance Attribute Summary collapse
-
#job_results ⇒ Array<Google::Apis::JobsV4::JobResult>
List of job mutation results from a batch delete operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchDeleteJobsResponse
constructor
A new instance of BatchDeleteJobsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchDeleteJobsResponse
Returns a new instance of BatchDeleteJobsResponse.
135 136 137 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 135 def initialize(**args) update!(**args) end |
Instance Attribute Details
#job_results ⇒ Array<Google::Apis::JobsV4::JobResult>
List of job mutation results from a batch delete operation. It can change
until operation status is FINISHED, FAILED or CANCELLED.
Corresponds to the JSON property jobResults
133 134 135 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 133 def job_results @job_results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
140 141 142 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 140 def update!(**args) @job_results = args[:job_results] if args.key?(:job_results) end |