Enum PeopleResource.ConnectionsResource.ListRequest.SortOrderEnum
Optional. The order in which the connections should be sorted. Defaults to
LAST_MODIFIED_ASCENDING
.
Namespace: Google.Apis.PeopleService.v1
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public enum PeopleResource.ConnectionsResource.ListRequest.SortOrderEnum
Fields
Name | Description |
---|---|
FIRSTNAMEASCENDING | Sort people by first name. |
LASTMODIFIEDASCENDING | Sort people by when they were changed; older entries first. |
LASTMODIFIEDDESCENDING | Sort people by when they were changed; newer entries first. |
LASTNAMEASCENDING | Sort people by last name. |