GoogleCloudApigeeV1AddonsConfig constructor

GoogleCloudApigeeV1AddonsConfig({
  1. GoogleCloudApigeeV1AdvancedApiOpsConfig? advancedApiOpsConfig,
  2. GoogleCloudApigeeV1AnalyticsConfig? analyticsConfig,
  3. GoogleCloudApigeeV1ApiSecurityConfig? apiSecurityConfig,
  4. GoogleCloudApigeeV1ConnectorsPlatformConfig? connectorsPlatformConfig,
  5. GoogleCloudApigeeV1IntegrationConfig? integrationConfig,
  6. GoogleCloudApigeeV1MonetizationConfig? monetizationConfig,
})

Implementation

GoogleCloudApigeeV1AddonsConfig({
  this.advancedApiOpsConfig,
  this.analyticsConfig,
  this.apiSecurityConfig,
  this.connectorsPlatformConfig,
  this.integrationConfig,
  this.monetizationConfig,
});