WebhookDefinition constructor
      
      WebhookDefinition({ 
    
    
- required WebhookAuthenticationType authentication,
- required WebhookAuthConfiguration authenticationConfiguration,
- required List<WebhookFilterRule> filters,
- required String name,
- required String targetAction,
- required String targetPipeline,
Implementation
WebhookDefinition({
  required this.authentication,
  required this.authenticationConfiguration,
  required this.filters,
  required this.name,
  required this.targetAction,
  required this.targetPipeline,
});