GoogleCloudDatacatalogV1FeatureOnlineStoreSpec.fromJson constructor
GoogleCloudDatacatalogV1FeatureOnlineStoreSpec.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogV1FeatureOnlineStoreSpec.fromJson(core.Map json_)
: this(
storageType: json_.containsKey('storageType')
? json_['storageType'] as core.String
: null,
);