TUpdateWebhookEndpointBody constructor

const TUpdateWebhookEndpointBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String endpointId,
  4. String? url,
  5. String? name,
  6. bool? isActive,
})

Implementation

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