WebhookWithSecret

public WebhookWithSecret WebhookWithSecret(    @Json(name = "id") String id,     @Json(name = "webhook_url") String webhookUrl,     @Json(name = "webhook_secret") String webhookSecret,     @Json(name = "trigger_types") List<WebhookTriggers> triggerTypes,     @Json(name = "status") WebhookStatus status,     @Json(name = "status_updated_at") Long statusUpdatedAt,     @Json(name = "created_at") Long createdAt,     @Json(name = "updated_at") Long updatedAt,     @Json(name = "description") String description,     @Json(name = "notification_email_addresses") List<String> notificationEmailAddresses)