RotateWebhookSecretRequest_ constructor

RotateWebhookSecretRequest_({
  1. WebhookId_? webhookId,
})

Implementation

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