GoogleCloudApigeeV1RuntimeAddonsConfig constructor

GoogleCloudApigeeV1RuntimeAddonsConfig({
  1. GoogleCloudApigeeV1RuntimeAnalyticsConfig? analyticsConfig,
  2. GoogleCloudApigeeV1RuntimeApiSecurityConfig? apiSecurityConfig,
  3. String? name,
  4. String? revisionId,
  5. String? uid,
})

Implementation

GoogleCloudApigeeV1RuntimeAddonsConfig({
  this.analyticsConfig,
  this.apiSecurityConfig,
  this.name,
  this.revisionId,
  this.uid,
});