First Nightly Fix (#2498)
This commit is contained in:
parent
d7734964e7
commit
11729892cd
3 changed files with 4 additions and 2 deletions
|
@ -18,7 +18,7 @@ public class FilterV2Dto
|
|||
public string? Name { get; set; }
|
||||
public ICollection<FilterStatementDto> Statements { get; set; } = new List<FilterStatementDto>();
|
||||
public FilterCombination Combination { get; set; } = FilterCombination.And;
|
||||
public SortOptions SortOptions { get; set; }
|
||||
public SortOptions? SortOptions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Limit the number of rows returned. Defaults to not applying a limit (aka 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue