BackendServiceLogConfig constructor
BackendServiceLogConfig({
- bool? enable,
- List<
BackendServiceLogConfigLoggingHttpHeader> loggingHttpRequestHeaders = const [], - List<
BackendServiceLogConfigLoggingHttpHeader> loggingHttpResponseHeaders = const [], - List<
String> optionalFields = const [], - String? optionalMode,
- double? sampleRate,
Implementation
BackendServiceLogConfig({
this.enable,
this.loggingHttpRequestHeaders = const [],
this.loggingHttpResponseHeaders = const [],
this.optionalFields = const [],
this.optionalMode,
this.sampleRate,
}) : super(fullyQualifiedName);