GoogleCloudMetastoreV2DatabaseDump.fromJson constructor

GoogleCloudMetastoreV2DatabaseDump.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMetastoreV2DatabaseDump.fromJson(core.Map json_)
    : this(
        gcsUri: json_['gcsUri'] as core.String?,
        type: json_['type'] as core.String?,
      );