Job constructor
Job({
- String? arn,
- Counters? counters,
- DateTime? created,
- Device? device,
- DeviceMinutes? deviceMinutes,
- String? instanceArn,
- String? message,
- String? name,
- ExecutionResult? result,
- DateTime? started,
- ExecutionStatus? status,
- DateTime? stopped,
- TestType? type,
- bool? videoCapture,
- String? videoEndpoint,
Implementation
Job({
this.arn,
this.counters,
this.created,
this.device,
this.deviceMinutes,
this.instanceArn,
this.message,
this.name,
this.result,
this.started,
this.status,
this.stopped,
this.type,
this.videoCapture,
this.videoEndpoint,
});