ApiV1WebhooksIdGet200Response constructor

ApiV1WebhooksIdGet200Response({
  1. required Webhook webhook,
})

Returns a new ApiV1WebhooksIdGet200Response instance.

Implementation

ApiV1WebhooksIdGet200Response({
  required this.webhook,
});