GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec constructor

GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec({
  1. String? database,
  2. String? instanceId,
  3. String? type,
})

Implementation

GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec({
  this.database,
  this.instanceId,
  this.type,
});