TCreateWebhookEndpointBody constructor
const
TCreateWebhookEndpointBody({})
Implementation
const TCreateWebhookEndpointBody({
this.timestampMs,
this.organizationId,
required this.url,
required this.name,
this.subscriptions,
});