ListApplicationVersionsResponse constructor
ListApplicationVersionsResponse({
- String? nextToken,
- List<
VersionSummary> ? versions,
Implementation
ListApplicationVersionsResponse({
this.nextToken,
this.versions,
});