ScriptActionResult public class ScriptActionResult Documentation public int CurrentStartIndex { get; set; } public string ErrorMessage { get; set; } public List<ScriptResultField> Fields { get; set; } public List<List<object>> Objects { get; set; } public int ResultCount { get; set; } public bool Success { get; set; } public int TotalCount { get; set; } public ScriptActionResult()