ComputeRegionBackendServiceRegionBackendServiceLogConfig constructor

const ComputeRegionBackendServiceRegionBackendServiceLogConfig({
  1. TfArg<bool>? enable,
  2. TfArg<double>? sampleRate,
  3. RegionBackendServiceLogOptionalMode? optionalMode,
  4. List<String>? optionalFields,
})

Implementation

const ComputeRegionBackendServiceRegionBackendServiceLogConfig({
  this.enable,
  this.sampleRate,
  this.optionalMode,
  this.optionalFields,
});