v1UpdateWebhookEndpointResult constructor

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

Implementation

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