ListAppsResponse constructor
ListAppsResponse({
- List<
AppSummary> ? apps, - String? nextToken,
Implementation
ListAppsResponse({
this.apps,
this.nextToken,
});
ListAppsResponse({
this.apps,
this.nextToken,
});