GoogleCloudMetastoreV2MetadataIntegration.fromJson constructor

GoogleCloudMetastoreV2MetadataIntegration.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMetastoreV2MetadataIntegration.fromJson(core.Map json_)
    : this(
        dataCatalogConfig: json_.containsKey('dataCatalogConfig')
            ? GoogleCloudMetastoreV2DataCatalogConfig.fromJson(
                json_['dataCatalogConfig']
                    as core.Map<core.String, core.dynamic>)
            : null,
      );