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