DescribeDomainAutoTunesResponse constructor

DescribeDomainAutoTunesResponse({
  1. List<AutoTune>? autoTunes,
  2. String? nextToken,
})

Implementation

DescribeDomainAutoTunesResponse({
  this.autoTunes,
  this.nextToken,
});