BundleSortField
Available fields for sorting bundle results.
Determines which bundle property will be used as the primary sort criteria in queries.
enum BundleSortField {
ID
NAME
CREATED_AT
LAST_MODIFIED_AT
}
Values
BundleSortField.ID
Sort by unique bundle identifier.
Useful for consistent ordering and debugging purposes.
BundleSortField.NAME
Sort by bundle display name.
Provides alphabetical ordering for user-friendly bundle listings.
BundleSortField.CREATED_AT
Sort by bundle creation timestamp.
Allows chronological ordering to show newest or oldest bundles first.
BundleSortField.LAST_MODIFIED_AT
Sort by last modification timestamp.
Useful for identifying recently updated bundles and tracking changes.
Member Of
BundleSortInput
input