Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaExecuteEventResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaExecuteEventResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Overview
The response for executing an integration.
Instance Attribute Summary collapse
-
#execution_id ⇒ String
The id of the execution corresponding to this run of integration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaExecuteEventResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaExecuteEventResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaExecuteEventResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaExecuteEventResponse.
6409 6410 6411 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6409 def initialize(**args) update!(**args) end |
Instance Attribute Details
#execution_id ⇒ String
The id of the execution corresponding to this run of integration.
Corresponds to the JSON property executionId
6407 6408 6409 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6407 def execution_id @execution_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6414 6415 6416 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6414 def update!(**args) @execution_id = args[:execution_id] if args.key?(:execution_id) end |