GoogleCloudApigeeV1RuntimeTraceConfigOverride constructor

GoogleCloudApigeeV1RuntimeTraceConfigOverride({
  1. String? apiProxy,
  2. String? name,
  3. String? revisionCreateTime,
  4. String? revisionId,
  5. GoogleCloudApigeeV1RuntimeTraceSamplingConfig? samplingConfig,
  6. String? uid,
})

Implementation

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