CustomPageMassOperationRequest public class CustomPageMassOperationRequest Documentation public string Name { get; set; } public ObjectTypeIdentifier ObjectType { get; set; } public bool OpenInModal { get; set; } public int PopupHeight { get; set; } public int PopupWidth { get; set; } public List<ObjectIdentifier> RelativityApplications { get; set; } public string Url { get; set; } public CustomPageMassOperationRequest() public CustomPageMassOperationRequest(MassOperationResponse response)