ImportLabelsTaskRunProperties constructor

ImportLabelsTaskRunProperties({
  1. String? inputS3Path,
  2. bool? replace,
})

Implementation

ImportLabelsTaskRunProperties({
  this.inputS3Path,
  this.replace,
});