ListChangeSetsResponse constructor

ListChangeSetsResponse({
  1. List<ChangeSetSummaryListItem>? changeSetSummaryList,
  2. String? nextToken,
})

Implementation

ListChangeSetsResponse({
  this.changeSetSummaryList,
  this.nextToken,
});