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.



8112
8113
8114
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8112

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>)


8110
8111
8112
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8110

def execution_info_ids
  @execution_info_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8117
8118
8119
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8117

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