GetStagesResponse constructor

GetStagesResponse({
  1. List<Stage>? items,
  2. String? nextToken,
})

Implementation

GetStagesResponse({
  this.items,
  this.nextToken,
});