GoogleCloudIntegrationsV1alphaFile constructor

GoogleCloudIntegrationsV1alphaFile({
  1. Map<String, Object?>? integrationConfig,
  2. GoogleCloudIntegrationsV1alphaIntegrationVersion? integrationVersion,
  3. String? type,
})

Implementation

GoogleCloudIntegrationsV1alphaFile({
  this.integrationConfig,
  this.integrationVersion,
  this.type,
});