BackendServiceLogConfig constructor
BackendServiceLogConfig({
- bool? enable,
- List<
BackendServiceLogConfigLoggingHttpHeader> ? loggingHttpRequestHeaders, - List<
BackendServiceLogConfigLoggingHttpHeader> ? loggingHttpResponseHeaders, - List<
String> ? optionalFields, - String? optionalMode,
- double? sampleRate,
Implementation
BackendServiceLogConfig({
this.enable,
this.loggingHttpRequestHeaders,
this.loggingHttpResponseHeaders,
this.optionalFields,
this.optionalMode,
this.sampleRate,
});