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