Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse.



8135
8136
8137
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8135

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#execution_info_idsArray<String>

The execution info id for the executed integrations. Corresponds to the JSON property executionInfoIds

Returns:

  • (Array<String>)


8133
8134
8135
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8133

def execution_info_ids
  @execution_info_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8140
8141
8142
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8140

def update!(**args)
  @execution_info_ids = args[:execution_info_ids] if args.key?(:execution_info_ids)
end