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