GoogleCloudContactcenterinsightsV1ExactMatchConfig.fromJson constructor

GoogleCloudContactcenterinsightsV1ExactMatchConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1ExactMatchConfig.fromJson(core.Map json_)
  : this(caseSensitive: json_['caseSensitive'] as core.bool?);