Skip to main content

EventActionConfigSortField

Fields by which EventActionConfig can be sorted in search queries.

enum EventActionConfigSortField {
TRIGGER
LAST_MODIFIED_AT
CREATED_AT
}

Values

EventActionConfigSortField.TRIGGER

Sort by the event trigger type that activates the action configuration.

EventActionConfigSortField.LAST_MODIFIED_AT

Sort by the timestamp when the event action configuration was last updated.

EventActionConfigSortField.CREATED_AT

Sort by the timestamp when the event action configuration was initially created.

Member Of

EventActionConfigSortInput input