TListWebhookEndpointsBody constructor

const TListWebhookEndpointsBody({
  1. String? organizationId,
})

Implementation

const TListWebhookEndpointsBody({
  this.organizationId,
});