DescribeTapesOutput constructor

DescribeTapesOutput({
  1. String? marker,
  2. List<Tape>? tapes,
})

Implementation

DescribeTapesOutput({
  this.marker,
  this.tapes,
});