SortBy

Message that represents the order by.

JSON representation
{"sortOrder":enum (SortOrder),"sortBy":enum (SearchEverythingCaseProperty)}
Fields
sortOrder

enum (SortOrder)

Optional. The sort order.

sortBy

enum (SearchEverythingCaseProperty)

Optional. The sort by property.

SortOrder

Enum that represents the sort order.

Enums
ASCENDINGAscending sort order.
DESCENDINGDescending sort order.

SearchEverythingCaseProperty

Enum that represents the properties that can be used to sort the cases.

Enums
IDId search everything case property.
TITLETitle search everything case property.
TIMETime search everything case property.
USER_ASSIGNEDUserAssigned search everything case property.
IS_IMPORTANTIsImportant search everything case property.
IS_INCIDENTIsIncident search everything case property.
INVOLVED_SUSPICIOUS_ENTITYInvolvedSuspiciousEntity search everything case property.
IS_CASE_CLOSEDIsCaseClosed search everything case property.
ENVIRONMENTEnvironment search everything case property.
PRIORITYPriority search everything case property.
STAGEStage search everything case property.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-10 UTC.