WebhookFilterGroup constructor
const
WebhookFilterGroup({
- Input<
List< ? filters,WebhookFilterGroupFilter> ?>
Creates a new WebhookFilterGroup.
filters A webhook filter for the group. See filter for details.
Implementation
const WebhookFilterGroup({
this.filters,
});