DescribeTapeArchivesOutput constructor
      
      DescribeTapeArchivesOutput({ 
    
    
- String? marker,
 - List<
TapeArchive> ? tapeArchives, 
Implementation
DescribeTapeArchivesOutput({
  this.marker,
  this.tapeArchives,
});