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

ObjectRuleRequest

public class ObjectRuleRequest
public bool AllowAdd { get; set; }

public bool AllowDelete { get; set; }

public bool AllowLayoutChange { get; set; }

public bool AllowRename { get; set; }

public ObjectRuleBehavior Behavior { get; set; }

public Securable<ObjectIdentifier> Choice { get; set; }

public Securable<ObjectIdentifier> Field { get; set; }

public Securable<ObjectIdentifier> Layout { get; set; }

public string Name { get; set; }

public bool ShowAddLink { get; set; }

public bool ShowDelete { get; set; }

public bool ShowLink { get; set; }

public bool ShowMassCopy { get; set; }

public bool ShowMassEdit { get; set; }

public bool ShowMassReplace { get; set; }

public bool ShowMassTally { get; set; }

public bool ShowNew { get; set; }

public bool ShowUnlink { get; set; }

public string Url { get; set; }