Skip to content

Commit cadff62

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9043ba6 of spec repo
1 parent 859f207 commit cadff62

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

.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:02.412"
2+
"spec_repo_commit": "9043ba6",
3+
"generated": "2025-08-27 13:41:21.544"
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

lib/datadog_api_client/v1/models/synthetics_ci_test.rb

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ class SyntheticsCITest
6363
# Variables to replace in the test.
6464
attr_accessor :variables
6565

66-
# The version number of the Synthetic test version to trigger.
67-
attr_accessor :version
68-
6966
attr_accessor :additional_properties
7067

7168
# Attribute mapping from ruby-style variable name to JSON key.
@@ -85,8 +82,7 @@ def self.attribute_map
8582
:'public_id' => :'public_id',
8683
:'_retry' => :'retry',
8784
:'start_url' => :'startUrl',
88-
:'variables' => :'variables',
89-
:'version' => :'version'
85+
:'variables' => :'variables'
9086
}
9187
end
9288

@@ -107,8 +103,7 @@ def self.openapi_types
107103
:'public_id' => :'String',
108104
:'_retry' => :'SyntheticsTestOptionsRetry',
109105
:'start_url' => :'String',
110-
:'variables' => :'Hash<String, String>',
111-
:'version' => :'Integer'
106+
:'variables' => :'Hash<String, String>'
112107
}
113108
end
114109

@@ -189,10 +184,6 @@ def initialize(attributes = {})
189184
if attributes.key?(:'variables')
190185
self.variables = attributes[:'variables']
191186
end
192-
193-
if attributes.key?(:'version')
194-
self.version = attributes[:'version']
195-
end
196187
end
197188

198189
# Check to see if the all the properties in the model are valid
@@ -253,15 +244,14 @@ def ==(o)
253244
_retry == o._retry &&
254245
start_url == o.start_url &&
255246
variables == o.variables &&
256-
version == o.version &&
257247
additional_properties == o.additional_properties
258248
end
259249

260250
# Calculates hash code according to all attributes.
261251
# @return [Integer] Hash code
262252
# @!visibility private
263253
def hash
264-
[allow_insecure_certificates, basic_auth, body, body_type, cookies, device_ids, follow_redirects, headers, locations, metadata, public_id, _retry, start_url, variables, version, additional_properties].hash
254+
[allow_insecure_certificates, basic_auth, body, body_type, cookies, device_ids, follow_redirects, headers, locations, metadata, public_id, _retry, start_url, variables, additional_properties].hash
265255
end
266256
end
267257
end

0 commit comments

Comments
 (0)