ListV2LoggingLevelsResponse constructor
ListV2LoggingLevelsResponse({
- List<
LogTargetConfiguration> ? logTargetConfigurations, - String? nextToken,
Implementation
ListV2LoggingLevelsResponse({
this.logTargetConfigurations,
this.nextToken,
});