MassOperationResponse public class MassOperationResponse : ObjectIdentifier Documentation public List<Action> Actions { get; set; } public string ApplicationName { get; set; } public string ClassName { get; set; } public DisplayableObjectIdentifier CreatedBy { get; set; } public DateTime CreatedOn { get; set; } public int EventHandlerID { get; set; } public DisplayableObjectIdentifier LastModifiedBy { get; set; } public DateTime LastModifiedOn { get; set; } public Securable<DisplayableObjectIdentifier> Layout { get; set; } public Meta Meta { get; set; } public string Name { get; set; } public DisplayableObjectIdentifier ObjectType { get; set; } public int PopupHeight { get; set; } public int PopupWidth { get; set; } public SecurableList<DisplayableObjectIdentifier> RelativityApplications { get; set; } public MassOperationType Type { get; set; } public string Url { get; set; } public MassOperationResponse()