Enum ProjectsResource.GroupStatsResource.ListRequest.OrderEnum
Optional. The sort order in which the results are returned. Default is COUNT_DESC.
Namespace: Google.Apis.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public enum ProjectsResource.GroupStatsResource.ListRequest.OrderEnum
Fields
| Name | Description |
|---|---|
| AFFECTEDUSERSDESC | Number of affected users in the given time window in descending order. |
| COUNTDESC | Total count of errors in the given time window in descending order. |
| CREATEDDESC | Timestamp when the group was created in descending order. |
| GROUPORDERUNSPECIFIED | No group order specified. |
| LASTSEENDESC | Timestamp when the group was last seen in the given time window in descending order. |