GoogleCloudApigeeV1RuntimeTraceConfig constructor
GoogleCloudApigeeV1RuntimeTraceConfig({
- String? endpoint,
- String? exporter,
- String? name,
- List<
GoogleCloudApigeeV1RuntimeTraceConfigOverride> ? overrides, - String? revisionCreateTime,
- String? revisionId,
- GoogleCloudApigeeV1RuntimeTraceSamplingConfig? samplingConfig,
Implementation
GoogleCloudApigeeV1RuntimeTraceConfig({
this.endpoint,
this.exporter,
this.name,
this.overrides,
this.revisionCreateTime,
this.revisionId,
this.samplingConfig,
});