We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097bab9 commit 9b42d0bCopy full SHA for 9b42d0b
proto/frequenz/api/dispatch/v1/dispatch.proto
@@ -135,10 +135,10 @@ message TimeIntervalFilter {
135
// Filter by start_time < this timestamp
136
google.protobuf.Timestamp start_to = 2;
137
138
- // Filter by recurrence.end_time >= this timestamp
+ // Filter by recurrence.end_criteria.until >= this timestamp
139
google.protobuf.Timestamp end_from = 3;
140
141
- // Filter by recurrence.end_time < this timestamp
+ // Filter by recurrence.end_criteria.until < this timestamp
142
google.protobuf.Timestamp end_to = 4;
143
}
144
0 commit comments