ListObjectsV2Output constructor

ListObjectsV2Output({
  1. List<CommonPrefix>? commonPrefixes,
  2. List<Object>? contents,
  3. String? continuationToken,
  4. String? delimiter,
  5. EncodingType? encodingType,
  6. bool? isTruncated,
  7. int? keyCount,
  8. int? maxKeys,
  9. String? name,
  10. String? nextContinuationToken,
  11. String? prefix,
  12. String? startAfter,
})

Implementation

ListObjectsV2Output({
  this.commonPrefixes,
  this.contents,
  this.continuationToken,
  this.delimiter,
  this.encodingType,
  this.isTruncated,
  this.keyCount,
  this.maxKeys,
  this.name,
  this.nextContinuationToken,
  this.prefix,
  this.startAfter,
});