Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaLiftSuspensionResponse

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

Response of lift Suspense

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaLiftSuspensionResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaLiftSuspensionResponse.



7131
7132
7133
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7131

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

Instance Attribute Details

#event_execution_info_idString

Execution Id that will be returned Corresponds to the JSON property eventExecutionInfoId

Returns:

  • (String)


7129
7130
7131
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7129

def event_execution_info_id
  @event_execution_info_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7136
7137
7138
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7136

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