v1UpdateWebhookEndpointResult constructor

const v1UpdateWebhookEndpointResult({
  1. required String endpointId,
  2. required v1WebhookEndpointData webhookEndpoint,
})

Implementation

const v1UpdateWebhookEndpointResult({
  required this.endpointId,
  required this.webhookEndpoint,
});