@@ -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
267257end
0 commit comments