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.



8451
8452
8453
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8451

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


8449
8450
8451
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8449

def execution_info_ids
  @execution_info_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8456
8457
8458
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8456

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