v1WebhookEndpointData constructor
const
v1WebhookEndpointData({})
Implementation
const v1WebhookEndpointData({
required this.endpointId,
required this.organizationId,
required this.url,
required this.name,
required this.isActive,
this.subscriptions,
});