GoogleCloudApigeeV1TraceConfig constructor

GoogleCloudApigeeV1TraceConfig({
  1. String? endpoint,
  2. String? exporter,
  3. GoogleCloudApigeeV1TraceSamplingConfig? samplingConfig,
})

Implementation

GoogleCloudApigeeV1TraceConfig({
  this.endpoint,
  this.exporter,
  this.samplingConfig,
});