ProductionQueueQueryResultSet public class ProductionQueueQueryResultSet Documentation public int CurrentStartIndex { get; set; } public IEnumerable<ProductionQueueItem> DataResults { get; set; } public int ResultCount { get; set; } public int TotalResultCount { get; set; } public ProductionQueueQueryResultSet()