<PackageReference Include="Relativity.Server.ObjectModel.SDK" Version="1.4.2" />

BaseFieldRequest

public class BaseFieldRequest : IHaveName
public bool AllowGroupBy { get; set; }

public bool AllowPivot { get; set; }

public bool AllowSortTally { get; set; }

public FilterType FilterType { get; set; }

public bool IsLinked { get; set; }

public bool IsRequired { get; set; }

public string Keywords { get; set; }

public string Name { get; set; }

public string Notes { get; set; }

public List<ObjectIdentifier> PropagateTo { get; set; }

public string Source { get; set; }

public int? Width { get; set; }