Skip to main content

WebhooksOrderByColumns

The valid fields by which webhooks can be ordered.

enum WebhooksOrderByColumns {
ID
NAME
IS_ENABLED
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

WebhooksOrderByColumns.ID

Tag's unique identifier.

WebhooksOrderByColumns.NAME

The webhook's name.

WebhooksOrderByColumns.IS_ENABLED

Whether this webhook is enabled.

WebhooksOrderByColumns.CREATED_AT

The date and time when the webhook was created.

WebhooksOrderByColumns.UPDATED_AT

The date and time when the webhook was last updated.

WebhooksOrderByColumns.DELETED_AT

The date and time when the webhook was deleted.

Member Of

QueryWebhooksOrderByOrderByClause input