RotateWebhookSecretRequest_ constructor
RotateWebhookSecretRequest_({
- WebhookId_? webhookId,
Implementation
factory RotateWebhookSecretRequest_({
WebhookId_? webhookId,
}) {
final $result = create();
if (webhookId != null) {
$result.webhookId = webhookId;
}
return $result;
}