BaseFieldRequest public class BaseFieldRequest Documentation 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 ObjectTypeIdentifier ObjectType { get; set; } public List<ObjectIdentifier> PropagateTo { get; set; } public List<ObjectIdentifier> RelativityApplications { get; set; } public string Source { get; set; } public int? Width { get; set; } public BaseFieldRequest()