GoogleCloudDatacatalogV1DataplexExternalTable.fromJson constructor
GoogleCloudDatacatalogV1DataplexExternalTable.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogV1DataplexExternalTable.fromJson(core.Map json_)
: this(
dataCatalogEntry: json_['dataCatalogEntry'] as core.String?,
fullyQualifiedName: json_['fullyQualifiedName'] as core.String?,
googleCloudResource: json_['googleCloudResource'] as core.String?,
system: json_['system'] as core.String?,
);