ListSolutionVersionsResponse constructor

ListSolutionVersionsResponse({
  1. String? nextToken,
  2. List<SolutionVersionSummary>? solutionVersions,
})

Implementation

ListSolutionVersionsResponse({
  this.nextToken,
  this.solutionVersions,
});