Job constructor

Job({
  1. AppEngineHttpTarget? appEngineHttpTarget,
  2. String? attemptDeadline,
  3. String? description,
  4. HttpTarget? httpTarget,
  5. String? lastAttemptTime,
  6. String? name,
  7. PubsubTarget? pubsubTarget,
  8. RetryConfig? retryConfig,
  9. String? schedule,
  10. String? scheduleTime,
  11. String? state,
  12. Status? status,
  13. String? timeZone,
  14. String? userUpdateTime,
})

Implementation

Job({
  this.appEngineHttpTarget,
  this.attemptDeadline,
  this.description,
  this.httpTarget,
  this.lastAttemptTime,
  this.name,
  this.pubsubTarget,
  this.retryConfig,
  this.schedule,
  this.scheduleTime,
  this.state,
  this.status,
  this.timeZone,
  this.userUpdateTime,
});