CheckpointConfigurationUpdate constructor

CheckpointConfigurationUpdate({
  1. int? checkpointIntervalUpdate,
  2. bool? checkpointingEnabledUpdate,
  3. ConfigurationType? configurationTypeUpdate,
  4. int? minPauseBetweenCheckpointsUpdate,
})

Implementation

CheckpointConfigurationUpdate({
  this.checkpointIntervalUpdate,
  this.checkpointingEnabledUpdate,
  this.configurationTypeUpdate,
  this.minPauseBetweenCheckpointsUpdate,
});