ApiV1WebhooksPost201ResponseWebhook constructor
ApiV1WebhooksPost201ResponseWebhook({})
Returns a new ApiV1WebhooksPost201ResponseWebhook instance.
Implementation
ApiV1WebhooksPost201ResponseWebhook({
required this.id,
required this.name,
this.description,
required this.url,
this.events = const [],
required this.isActive,
required this.createdAt,
this.updatedAt,
required this.secret,
});