Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaReplayExecutionRequest

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

Request for replaying an execution.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_reasonString

Required. The user provided reason for replaying the execution. Corresponds to the JSON property replayReason

Returns:

  • (String)


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