WebhookFilterRule constructor

WebhookFilterRule({
  1. required String jsonPath,
  2. String? matchEquals,
})

Implementation

WebhookFilterRule({
  required this.jsonPath,
  this.matchEquals,
});