GoogleCloudApigeeV1RuntimeConfig constructor

GoogleCloudApigeeV1RuntimeConfig({
  1. String? analyticsBucket,
  2. String? name,
  3. String? tenantProjectId,
  4. String? traceBucket,
})

Implementation

GoogleCloudApigeeV1RuntimeConfig({
  this.analyticsBucket,
  this.name,
  this.tenantProjectId,
  this.traceBucket,
});