StartJobRunResponse constructor

StartJobRunResponse({
  1. String? jobRunId,
})

Implementation

StartJobRunResponse({
  this.jobRunId,
});