GoogleCloudIntegrationsV1alphaTemplateBundle constructor

GoogleCloudIntegrationsV1alphaTemplateBundle({
  1. GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate? integrationVersionTemplate,
  2. List<GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate>? subIntegrationVersionTemplates,
})

Implementation

GoogleCloudIntegrationsV1alphaTemplateBundle({
  this.integrationVersionTemplate,
  this.subIntegrationVersionTemplates,
});