GooglePrivacyDlpV2TransformationConfig.fromJson constructor

GooglePrivacyDlpV2TransformationConfig.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2TransformationConfig.fromJson(core.Map json_)
  : this(
      deidentifyTemplate: json_['deidentifyTemplate'] as core.String?,
      imageRedactTemplate: json_['imageRedactTemplate'] as core.String?,
      structuredDeidentifyTemplate:
          json_['structuredDeidentifyTemplate'] as core.String?,
    );