<PackageReference Include="Relativity.ObjectManager" Version="10.2.227.16" />

BaseFieldRequest

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

public bool AllowPivot { 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 ObjectTypeIdentifier ObjectType { get; set; }

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

public int? Width { get; set; }