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.



8530
8531
8532
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8530

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


8528
8529
8530
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8528

def execution_info_ids
  @execution_info_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8535
8536
8537
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8535

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