QueryResult public class QueryResult Documentation public string Message { get; set; } public List<Artifact> QueryArtifacts { get; } public string QueryToken { get; set; } public bool Success { get; set; } public int TotalCount { get; set; } public QueryResult()