ListLoggingConfigurationsResponse constructor
      
      ListLoggingConfigurationsResponse({ 
    
    
- List<LoggingConfiguration> ? loggingConfigurations,
- String? nextMarker,
Implementation
ListLoggingConfigurationsResponse({
  this.loggingConfigurations,
  this.nextMarker,
});