ListAppImageConfigsResponse constructor
ListAppImageConfigsResponse({
- List<
AppImageConfigDetails> ? appImageConfigs, - String? nextToken,
Implementation
ListAppImageConfigsResponse({
this.appImageConfigs,
this.nextToken,
});