ListMultiplexProgramsResponse constructor

ListMultiplexProgramsResponse({
  1. List<MultiplexProgramSummary>? multiplexPrograms,
  2. String? nextToken,
})

Implementation

ListMultiplexProgramsResponse({
  this.multiplexPrograms,
  this.nextToken,
});