Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse

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

Returns a new instance of GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse.



10116
10117
10118
# File 'lib/google/apis/integrations_v1/classes.rb', line 10116

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


10114
10115
10116
# File 'lib/google/apis/integrations_v1/classes.rb', line 10114

def execution_info_ids
  @execution_info_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10121
10122
10123
# File 'lib/google/apis/integrations_v1/classes.rb', line 10121

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