JobTimeout constructor

JobTimeout({
  1. int? attemptDurationSeconds,
})

Implementation

JobTimeout({
  this.attemptDurationSeconds,
});