Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaReplayExecutionRequest
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaReplayExecutionRequest
- 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
Request for replaying an execution.
Instance Attribute Summary collapse
-
#replay_reason ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaReplayExecutionRequest
constructor
A new instance of GoogleCloudIntegrationsV1alphaReplayExecutionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaReplayExecutionRequest
Returns a new instance of GoogleCloudIntegrationsV1alphaReplayExecutionRequest.
9904 9905 9906 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 9904 def initialize(**args) update!(**args) end |
Instance Attribute Details
#replay_reason ⇒ String
Required. The user provided reason for replaying the execution.
Corresponds to the JSON property replayReason
9902 9903 9904 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 9902 def replay_reason @replay_reason end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9909 9910 9911 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 9909 def update!(**args) @replay_reason = args[:replay_reason] if args.key?(:replay_reason) end |