Webhook
public Webhook Webhook(@Json(name = "id" ) String id, @Json(name = "webhook_url" ) String webhookUrl, @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)