ListMultipartUploadsOutput constructor

ListMultipartUploadsOutput({
  1. String? bucket,
  2. List<CommonPrefix>? commonPrefixes,
  3. String? delimiter,
  4. EncodingType? encodingType,
  5. bool? isTruncated,
  6. String? keyMarker,
  7. int? maxUploads,
  8. String? nextKeyMarker,
  9. String? nextUploadIdMarker,
  10. String? prefix,
  11. String? uploadIdMarker,
  12. List<MultipartUpload>? uploads,
})

Implementation

ListMultipartUploadsOutput({
  this.bucket,
  this.commonPrefixes,
  this.delimiter,
  this.encodingType,
  this.isTruncated,
  this.keyMarker,
  this.maxUploads,
  this.nextKeyMarker,
  this.nextUploadIdMarker,
  this.prefix,
  this.uploadIdMarker,
  this.uploads,
});