GoogleCloudApigeeV1RuntimeTraceConfig constructor

GoogleCloudApigeeV1RuntimeTraceConfig({
  1. String? endpoint,
  2. String? exporter,
  3. String? name,
  4. List<GoogleCloudApigeeV1RuntimeTraceConfigOverride>? overrides,
  5. String? revisionCreateTime,
  6. String? revisionId,
  7. GoogleCloudApigeeV1RuntimeTraceSamplingConfig? samplingConfig,
})

Implementation

GoogleCloudApigeeV1RuntimeTraceConfig({
  this.endpoint,
  this.exporter,
  this.name,
  this.overrides,
  this.revisionCreateTime,
  this.revisionId,
  this.samplingConfig,
});