WebhookEndpointUpdateOptions constructor

const WebhookEndpointUpdateOptions({
  1. String? description,
  2. bool? disabled,
  3. List<WebhookEndpointEnabledEventsItem>? enabledEvents,
  4. List<String>? expand,
  5. Map<String, String>? metadata,
  6. String? url,
})

Implementation

const WebhookEndpointUpdateOptions({
  this.description,
  this.disabled,
  this.enabledEvents,
  this.expand,
  this.metadata,
  this.url,
});