v1DeleteWebhookEndpointIntent constructor

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

Implementation

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