Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteEventResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteEventResponse
- 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
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.
7587 7588 7589 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7587 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
7585 7586 7587 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7585 def execution_id @execution_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7592 7593 7594 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7592 def update!(**args) @execution_id = args[:execution_id] if args.key?(:execution_id) end |