GoogleCloudApigeeV1TraceConfigOverride constructor

GoogleCloudApigeeV1TraceConfigOverride({
  1. String? apiProxy,
  2. String? name,
  3. GoogleCloudApigeeV1TraceSamplingConfig? samplingConfig,
})

Implementation

GoogleCloudApigeeV1TraceConfigOverride({
  this.apiProxy,
  this.name,
  this.samplingConfig,
});