WebhookEndpointCreateOptions constructor
const
WebhookEndpointCreateOptions({})
Implementation
const WebhookEndpointCreateOptions({
this.apiVersion,
this.connect,
this.description,
required this.enabledEvents,
this.expand,
this.metadata,
required this.url,
});