GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate constructor

GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate({
  1. GoogleCloudIntegrationsV1alphaIntegrationVersion? integrationVersion,
  2. String? key,
})

Implementation

GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate({
  this.integrationVersion,
  this.key,
});