Class: Google::Apis::RunV1::CancelExecutionRequest
- Inherits:
-
Object
- Object
- Google::Apis::RunV1::CancelExecutionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/run_v1/classes.rb,
lib/google/apis/run_v1/representations.rb,
lib/google/apis/run_v1/representations.rb
Overview
Request message for cancelling an execution.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CancelExecutionRequest
constructor
A new instance of CancelExecutionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CancelExecutionRequest
Returns a new instance of CancelExecutionRequest.
282 283 284 |
# File 'lib/google/apis/run_v1/classes.rb', line 282 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
287 288 |
# File 'lib/google/apis/run_v1/classes.rb', line 287 def update!(**args) end |