Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaLiftSuspensionResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaLiftSuspensionResponse
- 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
-
#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.
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_id ⇒ String
Execution Id that will be returned
Corresponds to the JSON property eventExecutionInfoId
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 |