TCreateWebhookEndpointBody constructor

const TCreateWebhookEndpointBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String url,
  4. required String name,
  5. List<v1WebhookSubscriptionParams>? subscriptions,
})

Implementation

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