BackendServiceLogConfig constructor

BackendServiceLogConfig({
  1. bool? enable,
  2. List<BackendServiceLogConfigLoggingHttpHeader> loggingHttpRequestHeaders = const [],
  3. List<BackendServiceLogConfigLoggingHttpHeader> loggingHttpResponseHeaders = const [],
  4. List<String> optionalFields = const [],
  5. String? optionalMode,
  6. double? sampleRate,
})

Implementation

BackendServiceLogConfig({
  this.enable,
  this.loggingHttpRequestHeaders = const [],
  this.loggingHttpResponseHeaders = const [],
  this.optionalFields = const [],
  this.optionalMode,
  this.sampleRate,
}) : super(fullyQualifiedName);