ComputeRegionBackendServiceRegionBackendServiceLogConfig constructor
const
ComputeRegionBackendServiceRegionBackendServiceLogConfig({
- TfArg<
bool> ? enable, - TfArg<
double> ? sampleRate, - RegionBackendServiceLogOptionalMode? optionalMode,
- List<
String> ? optionalFields,
Implementation
const ComputeRegionBackendServiceRegionBackendServiceLogConfig({
this.enable,
this.sampleRate,
this.optionalMode,
this.optionalFields,
});