Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteEventResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_idString

The id of the execution corresponding to this run of integration. Corresponds to the JSON property executionId

Returns:

  • (String)


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