GoogleCloudDatacatalogV1BigQueryConnectionSpec constructor
GoogleCloudDatacatalogV1BigQueryConnectionSpec({
- GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec? cloudSql,
- String? connectionType,
- bool? hasCredential,
Implementation
GoogleCloudDatacatalogV1BigQueryConnectionSpec({
this.cloudSql,
this.connectionType,
this.hasCredential,
});