GoogleCloudApihubV1AddonConfig constructor

GoogleCloudApihubV1AddonConfig({
  1. GoogleCloudApihubV1AllDataAddonConfig? allDataAddonConfig,
  2. GoogleCloudApihubV1GatewayPluginAddonConfig? gatewayPluginAddonConfig,
})

Implementation

GoogleCloudApihubV1AddonConfig({
  this.allDataAddonConfig,
  this.gatewayPluginAddonConfig,
});