Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaLiftSuspensionResponse

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

Response of lift Suspense

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaLiftSuspensionResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaLiftSuspensionResponse.



8927
8928
8929
# File 'lib/google/apis/integrations_v1/classes.rb', line 8927

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)


8925
8926
8927
# File 'lib/google/apis/integrations_v1/classes.rb', line 8925

def event_execution_info_id
  @event_execution_info_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8932
8933
8934
# File 'lib/google/apis/integrations_v1/classes.rb', line 8932

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