Job constructor
Job({
- AppEngineHttpTarget? appEngineHttpTarget,
- String? attemptDeadline,
- String? description,
- HttpTarget? httpTarget,
- String? lastAttemptTime,
- String? name,
- PubsubTarget? pubsubTarget,
- RetryConfig? retryConfig,
- String? schedule,
- String? scheduleTime,
- String? state,
- Status? status,
- String? timeZone,
- 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,
});