SubListButtonVisibilityRuleRequest public class SubListButtonVisibilityRuleRequest : BaseObjectRuleRequest Documentation public Securable<ObjectIdentifier> Choice { get; set; } public Securable<ObjectIdentifier> Field { get; set; } public bool ShowDelete { get; set; } public bool ShowLink { get; set; } public bool ShowNew { get; set; } public bool ShowUnlink { get; set; } public Securable<ObjectTypeIdentifier> SubListObject { get; set; } public SubListButtonVisibilityRuleRequest()