DescribeTapeArchivesOutput constructor

DescribeTapeArchivesOutput({
  1. String? marker,
  2. List<TapeArchive>? tapeArchives,
})

Implementation

DescribeTapeArchivesOutput({
  this.marker,
  this.tapeArchives,
});