This commit is contained in:
9
server/models/DataListReportRequest.cs
Normal file
9
server/models/DataListReportRequest.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Newtonsoft.Json.Linq;
|
||||
namespace Sockeye.Models
|
||||
{
|
||||
public class DataListReportRequest : DataListSelectedRequest
|
||||
{
|
||||
public long ReportId { get; set; }
|
||||
public JToken ClientMeta { get; set; }//meta JSON data about client for report script processing at server
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user