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 44 "spec_versions": {
55 "v1": {
66 "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 "
99 },
1010 "v2": {
1111 "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 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -10855,6 +10855,7 @@ components:
1085510855 - validates
1085610856 - isInMoreThan
1085710857 - isInLessThan
10858+ - doesNotExist
1085810859 example: contains
1085910860 type: string
1086010861 x-enum-varnames:
@@ -10871,6 +10872,7 @@ components:
1087110872 - VALIDATES
1087210873 - IS_IN_MORE_DAYS_THAN
1087310874 - IS_IN_LESS_DAYS_THAN
10875+ - DOES_NOT_EXIST
1087410876 SyntheticsAssertionTarget:
1087510877 description: An assertion which uses a simple target.
1087610878 properties:
Original file line number Diff line number Diff line change @@ -34,5 +34,6 @@ class SyntheticsAssertionOperator
3434 VALIDATES = "validates" . freeze
3535 IS_IN_MORE_DAYS_THAN = "isInMoreThan" . freeze
3636 IS_IN_LESS_DAYS_THAN = "isInLessThan" . freeze
37+ DOES_NOT_EXIST = "doesNotExist" . freeze
3738 end
3839end
You can’t perform that action at this time.
0 commit comments