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.



7089
7090
7091
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7089

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)


7087
7088
7089
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7087

def event_execution_info_id
  @event_execution_info_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7094
7095
7096
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7094

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