GoogleCloudDatacatalogV1BigQueryConnectionSpec constructor

GoogleCloudDatacatalogV1BigQueryConnectionSpec({
  1. GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec? cloudSql,
  2. String? connectionType,
  3. bool? hasCredential,
})

Implementation

GoogleCloudDatacatalogV1BigQueryConnectionSpec({
  this.cloudSql,
  this.connectionType,
  this.hasCredential,
});