<PackageReference Include="Relativity.DataVisualization.SDK" Version="1.3.2" />

Relativity.DataVisualization.V1.ObjectRules.Models.ObjectRuleResponse

public class ObjectRuleResponse : IHaveDisplayableObjectIdentifier, IHaveMetaAndActions, IHaveMeta, IHaveActions
public List<Action> Actions { get; set; }

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<DisplayableObjectIdentifier> Choice { get; set; }

public Securable<DisplayableObjectIdentifier> CreatedBy { get; set; }

public DateTime CreatedOn { get; set; }

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

public Securable<DisplayableObjectIdentifier> LastModifiedBy { get; set; }

public DateTime LastModifiedOn { get; set; }

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

public Meta Meta { get; set; }

public DisplayableObjectIdentifier ObjectIdentifier { get; set; }

public DisplayableObjectTypeIdentifier ObjectType { get; set; }

public SecurableList<DisplayableObjectIdentifier> RelativityApplications { 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 Securable<SubListObjectIdentifier> SubListObject { get; set; }

public string Url { get; set; }