ListSpeechSynthesisTasksOutput constructor

ListSpeechSynthesisTasksOutput({
  1. String? nextToken,
  2. List<SynthesisTask>? synthesisTasks,
})

Implementation

ListSpeechSynthesisTasksOutput({
  this.nextToken,
  this.synthesisTasks,
});