GoogleCloudApigeeV1RuntimeSpecGenerationAddonConfig constructor

GoogleCloudApigeeV1RuntimeSpecGenerationAddonConfig({
  1. String? apiObservationsPubsubTopic,
  2. bool? enabled,
  3. String? enabledUntil,
  4. String? rawObservationsPubsubTopic,
  5. double? samplingRate,
})

Implementation

GoogleCloudApigeeV1RuntimeSpecGenerationAddonConfig({
  this.apiObservationsPubsubTopic,
  this.enabled,
  this.enabledUntil,
  this.rawObservationsPubsubTopic,
  this.samplingRate,
});