GoogleCloudIntegrationsV1alphaReplayExecutionResponse constructor

GoogleCloudIntegrationsV1alphaReplayExecutionResponse({
  1. String? executionId,
  2. Map<String, Object?>? outputParameters,
  3. String? replayedExecutionId,
})

Implementation

GoogleCloudIntegrationsV1alphaReplayExecutionResponse({
  this.executionId,
  this.outputParameters,
  this.replayedExecutionId,
});