SandboxItemFireWebhookRequest constructor
SandboxItemFireWebhookRequest({
- String? clientId,
- String? secret,
- required String accessToken,
- WebhookType? webhookType,
- required SandboxItemFireWebhookRequestWebhookCode webhookCode,
Implementation
SandboxItemFireWebhookRequest({
this.clientId,
this.secret,
required this.accessToken,
this.webhookType,
required this.webhookCode,
});