GetJobResponse constructor

GetJobResponse({
  1. String? arn,
  2. DateTime? createdAt,
  3. ResponseDetails? details,
  4. List<JobError>? errors,
  5. String? id,
  6. State? state,
  7. Type? type,
  8. DateTime? updatedAt,
})

Implementation

GetJobResponse({
  this.arn,
  this.createdAt,
  this.details,
  this.errors,
  this.id,
  this.state,
  this.type,
  this.updatedAt,
});