Class: Google::Apis::WorkflowexecutionsV1beta::CancelExecutionRequest
- Inherits:
-
Object
- Object
- Google::Apis::WorkflowexecutionsV1beta::CancelExecutionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/workflowexecutions_v1beta/classes.rb,
generated/google/apis/workflowexecutions_v1beta/representations.rb,
generated/google/apis/workflowexecutions_v1beta/representations.rb
Overview
Request for the CancelExecution method.
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.
29 30 31 |
# File 'generated/google/apis/workflowexecutions_v1beta/classes.rb', line 29 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34 35 |
# File 'generated/google/apis/workflowexecutions_v1beta/classes.rb', line 34 def update!(**args) end |