ListMultipartUploadsOutput constructor
ListMultipartUploadsOutput({
- String? bucket,
- List<
CommonPrefix> ? commonPrefixes, - String? delimiter,
- EncodingType? encodingType,
- bool? isTruncated,
- String? keyMarker,
- int? maxUploads,
- String? nextKeyMarker,
- String? nextUploadIdMarker,
- String? prefix,
- String? uploadIdMarker,
- 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,
});