GoogleCloudDatacatalogV1BigQueryConnectionSpec.fromJson constructor
GoogleCloudDatacatalogV1BigQueryConnectionSpec.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogV1BigQueryConnectionSpec.fromJson(core.Map json_)
: this(
cloudSql: json_.containsKey('cloudSql')
? GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec.fromJson(
json_['cloudSql'] as core.Map<core.String, core.dynamic>,
)
: null,
connectionType: json_['connectionType'] as core.String?,
hasCredential: json_['hasCredential'] as core.bool?,
);