ListPartsOutput constructor

ListPartsOutput({
  1. DateTime? abortDate,
  2. String? abortRuleId,
  3. String? bucket,
  4. Initiator? initiator,
  5. bool? isTruncated,
  6. String? key,
  7. int? maxParts,
  8. int? nextPartNumberMarker,
  9. Owner? owner,
  10. int? partNumberMarker,
  11. List<Part>? parts,
  12. RequestCharged? requestCharged,
  13. StorageClass? storageClass,
  14. String? uploadId,
})

Implementation

ListPartsOutput({
  this.abortDate,
  this.abortRuleId,
  this.bucket,
  this.initiator,
  this.isTruncated,
  this.key,
  this.maxParts,
  this.nextPartNumberMarker,
  this.owner,
  this.partNumberMarker,
  this.parts,
  this.requestCharged,
  this.storageClass,
  this.uploadId,
});