<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5001.1.0" />

Relativity.Services.Interfaces.Scripts.Models.ActionColumnSort

public class ActionColumnSort
Represents sorting information for query results.
public string ColumnName { get; set; }

Gets or sets the name of the column to sort.

public SortEnum Direction { get; set; }

Gets or sets the sort order as either ascending or descending. See SortEnumSortEnum.