GoogleCloudContactcenterinsightsV1RedactionConfig.fromJson constructor

GoogleCloudContactcenterinsightsV1RedactionConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1RedactionConfig.fromJson(core.Map json_)
  : this(
      deidentifyTemplate: json_['deidentifyTemplate'] as core.String?,
      inspectTemplate: json_['inspectTemplate'] as core.String?,
    );