GoogleCloudApigeeV1TraceConfig constructor

GoogleCloudApigeeV1TraceConfig({
  1. String? endpoint,
  2. String? exporter,
  3. GoogleCloudApigeeV1TraceConfigOtelMtlsConfig? mtlsConfig,
  4. String? otelCollectorSecurityScheme,
  5. GoogleCloudApigeeV1TraceSamplingConfig? samplingConfig,
  6. String? spanSemantics,
  7. String? traceProtocol,
})

Implementation

GoogleCloudApigeeV1TraceConfig({
  this.endpoint,
  this.exporter,
  this.mtlsConfig,
  this.otelCollectorSecurityScheme,
  this.samplingConfig,
  this.spanSemantics,
  this.traceProtocol,
});