GoogleCloudContactcenterinsightsV1CorrelationRule.fromJson constructor

GoogleCloudContactcenterinsightsV1CorrelationRule.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1CorrelationRule.fromJson(core.Map json_)
  : this(
      active: json_['active'] as core.bool?,
      constraintExpression: json_['constraintExpression'] as core.String?,
      joinKeyExpression: json_['joinKeyExpression'] as core.String?,
      ruleId: json_['ruleId'] as core.String?,
    );