Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaLiftSuspensionResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaLiftSuspensionResponse
- 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
-
#event_execution_info_id ⇒ String
Execution Id that will be returned Corresponds to the JSON property
eventExecutionInfoId.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaLiftSuspensionResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaLiftSuspensionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaLiftSuspensionResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaLiftSuspensionResponse.
6928 6929 6930 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6928 def initialize(**args) update!(**args) end |
Instance Attribute Details
#event_execution_info_id ⇒ String
Execution Id that will be returned
Corresponds to the JSON property eventExecutionInfoId
6926 6927 6928 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6926 def event_execution_info_id @event_execution_info_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6933 6934 6935 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6933 def update!(**args) @event_execution_info_id = args[:event_execution_info_id] if args.key?(:event_execution_info_id) end |