File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
lib/datadog_api_client/v1/models Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.4",
7
- "regenerated": "2022-09-01 20:59:47.236766 ",
8
- "spec_repo_commit": "db2c39ca "
7
+ "regenerated": "2022-09-02 13:12:46.124213 ",
8
+ "spec_repo_commit": "837d3682 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2022-09-01 20:59:47.261896 ",
13
- "spec_repo_commit": "db2c39ca "
12
+ "regenerated": "2022-09-02 13:12:46.139330 ",
13
+ "spec_repo_commit": "837d3682 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -10855,6 +10855,7 @@ components:
10855
10855
- validates
10856
10856
- isInMoreThan
10857
10857
- isInLessThan
10858
+ - doesNotExist
10858
10859
example: contains
10859
10860
type: string
10860
10861
x-enum-varnames:
@@ -10871,6 +10872,7 @@ components:
10871
10872
- VALIDATES
10872
10873
- IS_IN_MORE_DAYS_THAN
10873
10874
- IS_IN_LESS_DAYS_THAN
10875
+ - DOES_NOT_EXIST
10874
10876
SyntheticsAssertionTarget:
10875
10877
description: An assertion which uses a simple target.
10876
10878
properties:
Original file line number Diff line number Diff line change @@ -34,5 +34,6 @@ class SyntheticsAssertionOperator
34
34
VALIDATES = "validates" . freeze
35
35
IS_IN_MORE_DAYS_THAN = "isInMoreThan" . freeze
36
36
IS_IN_LESS_DAYS_THAN = "isInLessThan" . freeze
37
+ DOES_NOT_EXIST = "doesNotExist" . freeze
37
38
end
38
39
end
You can’t perform that action at this time.
0 commit comments