Skip to content

Commit 98bc925

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit be63084a of spec repo (#2657)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 1a13175 commit 98bc925

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-26 17:56:18.417997",
8-
"spec_repo_commit": "76086f13"
7+
"regenerated": "2025-06-30 10:29:34.075550",
8+
"spec_repo_commit": "be63084a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-26 17:56:18.433709",
13-
"spec_repo_commit": "76086f13"
12+
"regenerated": "2025-06-30 10:29:34.091510",
13+
"spec_repo_commit": "be63084a"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16173,6 +16173,7 @@ components:
1617316173
- name
1617416174
- options
1617516175
- type
16176+
- message
1617616177
type: object
1617716178
SyntheticsMobileTestConfig:
1617816179
description: Configuration object for a Synthetic mobile test.

src/datadog_api_client/v1/model/synthetics_mobile_test.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ def openapi_types(_):
6565
def __init__(
6666
self_,
6767
config: SyntheticsMobileTestConfig,
68+
message: str,
6869
name: str,
6970
options: SyntheticsMobileTestOptions,
7071
type: SyntheticsMobileTestType,
7172
device_ids: Union[List[str], UnsetType] = unset,
72-
message: Union[str, UnsetType] = unset,
7373
monitor_id: Union[int, UnsetType] = unset,
7474
public_id: Union[str, UnsetType] = unset,
7575
status: Union[SyntheticsTestPauseStatus, UnsetType] = unset,
@@ -87,7 +87,7 @@ def __init__(
8787
:type device_ids: [str], optional
8888
8989
:param message: Notification message associated with the test.
90-
:type message: str, optional
90+
:type message: str
9191
9292
:param monitor_id: The associated monitor ID.
9393
:type monitor_id: int, optional
@@ -116,8 +116,6 @@ def __init__(
116116
"""
117117
if device_ids is not unset:
118118
kwargs["device_ids"] = device_ids
119-
if message is not unset:
120-
kwargs["message"] = message
121119
if monitor_id is not unset:
122120
kwargs["monitor_id"] = monitor_id
123121
if public_id is not unset:
@@ -131,6 +129,7 @@ def __init__(
131129
super().__init__(kwargs)
132130

133131
self_.config = config
132+
self_.message = message
134133
self_.name = name
135134
self_.options = options
136135
self_.type = type

0 commit comments

Comments
 (0)