GoogleCloudContactcenterinsightsV1ExactMatchConfig.fromJson constructor
GoogleCloudContactcenterinsightsV1ExactMatchConfig.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1ExactMatchConfig.fromJson(core.Map json_)
: this(
caseSensitive: json_.containsKey('caseSensitive')
? json_['caseSensitive'] as core.bool
: null,
);