GoogleCloudContactcenterinsightsV1RedactionConfig.fromJson constructor

GoogleCloudContactcenterinsightsV1RedactionConfig.fromJson(
  1. Map json_
)

Implementation

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