v1UpdateWebhookEndpointResult constructor
const
v1UpdateWebhookEndpointResult({
- required String endpointId,
- required v1WebhookEndpointData webhookEndpoint,
Implementation
const v1UpdateWebhookEndpointResult({
required this.endpointId,
required this.webhookEndpoint,
});