You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: algoliasearch/Models/Composition/Condition.cs
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,13 @@ public Condition() { }
48
48
[JsonPropertyName("filters")]
49
49
publicstringFilters{get;set;}
50
50
51
+
/// <summary>
52
+
/// Sort criteria that trigger the rule. You can trigger composition rules based on the selected sorting strategy set by the parameter `sortBy`. The rule will trigger if the value passed to `sortBy` matches the one defined in the condition.
53
+
/// </summary>
54
+
/// <value>Sort criteria that trigger the rule. You can trigger composition rules based on the selected sorting strategy set by the parameter `sortBy`. The rule will trigger if the value passed to `sortBy` matches the one defined in the condition. </value>
55
+
[JsonPropertyName("sortBy")]
56
+
publicstringSortBy{get;set;}
57
+
51
58
/// <summary>
52
59
/// Returns the string presentation of the object
53
60
/// </summary>
@@ -60,6 +67,7 @@ public override string ToString()
0 commit comments