TDeleteWebhookEndpointBody constructor

const TDeleteWebhookEndpointBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String endpointId,
})

Implementation

const TDeleteWebhookEndpointBody({
  this.timestampMs,
  this.organizationId,
  required this.endpointId,
});