GoogleCloudDatacatalogV1FeatureOnlineStoreSpec.fromJson constructor

GoogleCloudDatacatalogV1FeatureOnlineStoreSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDatacatalogV1FeatureOnlineStoreSpec.fromJson(core.Map json_)
    : this(
        storageType: json_['storageType'] as core.String?,
      );