@@ -35,50 +35,54 @@ public class Collector : ModelBase, ICollector, INameObject
3535
3636 /// <inheritdoc/>
3737 [ JsonPropertyOrder ( 106 ) ]
38- public List < string > CollectorGroups { get ; set ; }
38+ public string Culture { get ; set ; }
3939
4040 /// <inheritdoc/>
4141 [ JsonPropertyOrder ( 107 ) ]
42- public decimal ? Threshold { get ; set ; }
42+ public List < string > CollectorGroups { get ; set ; }
4343
4444 /// <inheritdoc/>
4545 [ JsonPropertyOrder ( 108 ) ]
46- public decimal ? MinResult { get ; set ; }
46+ public decimal ? Threshold { get ; set ; }
4747
4848 /// <inheritdoc/>
4949 [ JsonPropertyOrder ( 109 ) ]
50- public decimal ? MaxResult { get ; set ; }
50+ public decimal ? MinResult { get ; set ; }
5151
5252 /// <inheritdoc/>
5353 [ JsonPropertyOrder ( 110 ) ]
54- public string StartExpression { get ; set ; }
54+ public decimal ? MaxResult { get ; set ; }
5555
5656 /// <inheritdoc/>
5757 [ JsonPropertyOrder ( 111 ) ]
58- public string StartExpressionFile { get ; set ; }
58+ public string StartExpression { get ; set ; }
5959
6060 /// <inheritdoc/>
6161 [ JsonPropertyOrder ( 112 ) ]
62- public string ApplyExpression { get ; set ; }
62+ public string StartExpressionFile { get ; set ; }
6363
6464 /// <inheritdoc/>
6565 [ JsonPropertyOrder ( 113 ) ]
66- public string ApplyExpressionFile { get ; set ; }
66+ public string ApplyExpression { get ; set ; }
6767
6868 /// <inheritdoc/>
6969 [ JsonPropertyOrder ( 114 ) ]
70- public string EndExpression { get ; set ; }
70+ public string ApplyExpressionFile { get ; set ; }
7171
7272 /// <inheritdoc/>
7373 [ JsonPropertyOrder ( 115 ) ]
74- public string EndExpressionFile { get ; set ; }
74+ public string EndExpression { get ; set ; }
7575
7676 /// <inheritdoc/>
7777 [ JsonPropertyOrder ( 116 ) ]
78- public List < string > Clusters { get ; set ; }
78+ public string EndExpressionFile { get ; set ; }
7979
8080 /// <inheritdoc/>
8181 [ JsonPropertyOrder ( 117 ) ]
82+ public List < string > Clusters { get ; set ; }
83+
84+ /// <inheritdoc/>
85+ [ JsonPropertyOrder ( 118 ) ]
8286 public Dictionary < string , object > Attributes { get ; set ; }
8387
8488 /// <summary>Initializes a new instance</summary>
0 commit comments