ListLoggingConfigurationsResponse constructor

ListLoggingConfigurationsResponse({
  1. List<LoggingConfiguration>? loggingConfigurations,
  2. String? nextMarker,
})

Implementation

ListLoggingConfigurationsResponse({
  this.loggingConfigurations,
  this.nextMarker,
});