WebhooksWhereColumns
The valid fields by which webhooks can be queried.
enum WebhooksWhereColumns {
NAME
IS_ENABLED
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
WebhooksWhereColumns.NAME
The webhook's name.
WebhooksWhereColumns.IS_ENABLED
Whether this webhook is enabled.
WebhooksWhereColumns.CREATED_AT
The date and time when the webhook was created.
WebhooksWhereColumns.UPDATED_AT
The date and time when the webhook was last updated.
WebhooksWhereColumns.DELETED_AT
The date and time when the webhook was deleted.