GoogleCloudApigeeV1RuntimeTraceConfigOverride constructor

GoogleCloudApigeeV1RuntimeTraceConfigOverride({
  1. String? apiProxy,
  2. String? name,
  3. bool? openTelemetryProtocolEnabled,
  4. String? revisionCreateTime,
  5. String? revisionId,
  6. GoogleCloudApigeeV1RuntimeTraceSamplingConfig? samplingConfig,
  7. String? spanSemantics,
  8. String? traceProtocol,
  9. String? uid,
})

Implementation

GoogleCloudApigeeV1RuntimeTraceConfigOverride({
  this.apiProxy,
  this.name,
  this.openTelemetryProtocolEnabled,
  this.revisionCreateTime,
  this.revisionId,
  this.samplingConfig,
  this.spanSemantics,
  this.traceProtocol,
  this.uid,
});