FindMatchesTaskRunProperties constructor

FindMatchesTaskRunProperties({
  1. String? jobId,
  2. String? jobName,
  3. String? jobRunId,
})

Implementation

FindMatchesTaskRunProperties({
  this.jobId,
  this.jobName,
  this.jobRunId,
});