Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCancelExecutionResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCancelExecutionResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
Response for cancelling an execution.
Instance Attribute Summary collapse
-
#is_canceled ⇒ Boolean
(also: #is_canceled?)
True if cancellation performed successfully.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaCancelExecutionResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaCancelExecutionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaCancelExecutionResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaCancelExecutionResponse.
6729 6730 6731 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6729 def initialize(**args) update!(**args) end |
Instance Attribute Details
#is_canceled ⇒ Boolean Also known as: is_canceled?
True if cancellation performed successfully.
Corresponds to the JSON property isCanceled
6726 6727 6728 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6726 def is_canceled @is_canceled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6734 6735 6736 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6734 def update!(**args) @is_canceled = args[:is_canceled] if args.key?(:is_canceled) end |