v1UpdateWebhookEndpointIntent constructor

const v1UpdateWebhookEndpointIntent({
  1. required String endpointId,
  2. String? url,
  3. String? name,
  4. bool? isActive,
})

Implementation

const v1UpdateWebhookEndpointIntent({
  required this.endpointId,
  this.url,
  this.name,
  this.isActive,
});