GooglePrivacyDlpV2DeidentifyDataSourceStats.fromJson constructor

GooglePrivacyDlpV2DeidentifyDataSourceStats.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2DeidentifyDataSourceStats.fromJson(core.Map json_)
    : this(
        transformationCount: json_['transformationCount'] as core.String?,
        transformationErrorCount:
            json_['transformationErrorCount'] as core.String?,
        transformedBytes: json_['transformedBytes'] as core.String?,
      );