GetJobOutputOutput constructor

GetJobOutputOutput({
  1. String? acceptRanges,
  2. String? archiveDescription,
  3. Uint8List? body,
  4. String? checksum,
  5. String? contentRange,
  6. String? contentType,
  7. int? status,
})

Implementation

GetJobOutputOutput({
  this.acceptRanges,
  this.archiveDescription,
  this.body,
  this.checksum,
  this.contentRange,
  this.contentType,
  this.status,
});