ListTapePoolsOutput constructor

ListTapePoolsOutput({
  1. String? marker,
  2. List<PoolInfo>? poolInfos,
})

Implementation

ListTapePoolsOutput({
  this.marker,
  this.poolInfos,
});