Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-co committed Sep 5, 2024
1 parent 93001ac commit f377dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/coralogixapis/alerts/v3/alert_def_list_filter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enum FilterField {
}

message ListAlertDefFilter {
google.protobuf.StringValue field = 1; // The field to filter by (e.g., "name", "status")
FilterField field = 1; // The field to filter by (e.g., "name", "status")
FilterMatcher matcher = 2; // The filter operator (e.g., "EQUALS", "NOT_EQUALS", "GREATER_THAN")
repeated google.protobuf.StringValue values = 3; // The value to filter by
FilterValuesOperator values_operator = 4; // The operator to apply to the field (e.g., "AND", "OR")
Expand Down

0 comments on commit f377dd4

Please sign in to comment.