JobLogs constructor

JobLogs({
  1. String? jobCompletionReportURI,
  2. String? jobFailureLogURI,
  3. String? jobSuccessLogURI,
})

Implementation

JobLogs({
  this.jobCompletionReportURI,
  this.jobFailureLogURI,
  this.jobSuccessLogURI,
});