Skip to content

Commit 58a1716

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9043ba6 of spec repo
1 parent d34602c commit 58a1716

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "98e3371",
3-
"generated": "2025-08-27 08:45:21.765"
2+
"spec_repo_commit": "9043ba6",
3+
"generated": "2025-08-27 13:41:40.046"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15696,10 +15696,6 @@ components:
1569615696
type: string
1569715697
description: Variables to replace in the test.
1569815698
type: object
15699-
version:
15700-
description: The version number of the Synthetic test version to trigger.
15701-
format: int64
15702-
type: integer
1570315699
required:
1570415700
- public_id
1570515701
type: object

src/datadog_api_client/v1/model/synthetics_ci_test.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def openapi_types(_):
4949
"retry": (SyntheticsTestOptionsRetry,),
5050
"start_url": (str,),
5151
"variables": ({str: (str,)},),
52-
"version": (int,),
5352
}
5453

5554
attribute_map = {
@@ -67,7 +66,6 @@ def openapi_types(_):
6766
"retry": "retry",
6867
"start_url": "startUrl",
6968
"variables": "variables",
70-
"version": "version",
7169
}
7270

7371
def __init__(
@@ -95,7 +93,6 @@ def __init__(
9593
retry: Union[SyntheticsTestOptionsRetry, UnsetType] = unset,
9694
start_url: Union[str, UnsetType] = unset,
9795
variables: Union[Dict[str, str], UnsetType] = unset,
98-
version: Union[int, UnsetType] = unset,
9996
**kwargs,
10097
):
10198
"""
@@ -142,9 +139,6 @@ def __init__(
142139
143140
:param variables: Variables to replace in the test.
144141
:type variables: {str: (str,)}, optional
145-
146-
:param version: The version number of the Synthetic test version to trigger.
147-
:type version: int, optional
148142
"""
149143
if allow_insecure_certificates is not unset:
150144
kwargs["allow_insecure_certificates"] = allow_insecure_certificates
@@ -172,8 +166,6 @@ def __init__(
172166
kwargs["start_url"] = start_url
173167
if variables is not unset:
174168
kwargs["variables"] = variables
175-
if version is not unset:
176-
kwargs["version"] = version
177169
super().__init__(kwargs)
178170

179171
self_.public_id = public_id

0 commit comments

Comments
 (0)