ListObjectsOutput constructor

ListObjectsOutput({
  1. List<CommonPrefix>? commonPrefixes,
  2. List<Object>? contents,
  3. String? delimiter,
  4. EncodingType? encodingType,
  5. bool? isTruncated,
  6. String? marker,
  7. int? maxKeys,
  8. String? name,
  9. String? nextMarker,
  10. String? prefix,
})

Implementation

ListObjectsOutput({
  this.commonPrefixes,
  this.contents,
  this.delimiter,
  this.encodingType,
  this.isTruncated,
  this.marker,
  this.maxKeys,
  this.name,
  this.nextMarker,
  this.prefix,
});