GoogleCloudIntegrationsV1alphaReplayExecutionRequest constructor

GoogleCloudIntegrationsV1alphaReplayExecutionRequest({
  1. Map<String, GoogleCloudIntegrationsV1alphaValueType>? modifiedParameters,
  2. String? replayMode,
  3. String? replayReason,
  4. String? updateMask,
})

Implementation

GoogleCloudIntegrationsV1alphaReplayExecutionRequest({
  this.modifiedParameters,
  this.replayMode,
  this.replayReason,
  this.updateMask,
});