ListSolutionVersionsResponse constructor
ListSolutionVersionsResponse({
- String? nextToken,
- List<
SolutionVersionSummary> ? solutionVersions,
Implementation
ListSolutionVersionsResponse({
this.nextToken,
this.solutionVersions,
});