GooglePrivacyDlpV2FileClusterType.fromJson constructor

GooglePrivacyDlpV2FileClusterType.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2FileClusterType.fromJson(core.Map json_)
  : this(cluster: json_['cluster'] as core.String?);