ScriptQueryRequest public class ScriptQueryRequest Documentation public string Condition { get; set; } public int Length { get; set; } public List<ScriptFieldSort> Sorts { get; set; } public int StartIndex { get; set; } public ScriptQueryRequest()