You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**AllowFailure**| Pointer to **bool**| Determines whether or not to continue with test if this step fails. |[optional]|
8
-
|**Assertions**|Pointer to [**[]SyntheticsAssertion**](SyntheticsAssertion.md)| Array of assertions used for the test. |[optional][default to []]|
9
-
|**ExtractedValues**| Pointer to [**[]SyntheticsParsingOptions**](SyntheticsParsingOptions.md)| Array of values to parse and save as variables from the response. |[optional]|
10
-
|**IsCritical**| Pointer to **bool**| Determines whether or not to consider the entire test as failed if this step fails. Can be used only if `allowFailure` is `true`. |[optional]|
11
-
|**Name**|Pointer to **string**| The name of the step.|[optional]|
12
-
|**Request**|Pointer to [**SyntheticsTestRequest**](SyntheticsTestRequest.md)||[optional]|
13
-
|**Retry**| Pointer to [**SyntheticsTestOptionsRetry**](SyntheticsTestOptionsRetry.md)||[optional]|
14
-
|**Subtype**|Pointer to [**SyntheticsAPIStepSubtype**](SyntheticsAPIStepSubtype.md)||[optional]|
|**AllowFailure**| Pointer to **bool**| Determines whether or not to continue with test if this step fails. |[optional]|
8
+
|**Assertions**|[**[]SyntheticsAssertion**](SyntheticsAssertion.md)| Array of assertions used for the test. |[default to []]|
9
+
|**ExtractedValues**| Pointer to [**[]SyntheticsParsingOptions**](SyntheticsParsingOptions.md)| Array of values to parse and save as variables from the response. |[optional]|
10
+
|**IsCritical**| Pointer to **bool**| Determines whether or not to consider the entire test as failed if this step fails. Can be used only if `allowFailure` is `true`. |[optional]|
`func NewSyntheticsAPIStep(assertions []SyntheticsAssertion, name string, request SyntheticsTestRequest, subtype SyntheticsAPIStepSubtype) *SyntheticsAPIStep`
21
21
22
22
NewSyntheticsAPIStep instantiates a new SyntheticsAPIStep object.
23
23
This constructor will assign default values to properties that have it defined,
@@ -76,12 +76,6 @@ and a boolean to check if the value has been set.
76
76
77
77
SetAssertions sets Assertions field to given value.
78
78
79
-
### HasAssertions
80
-
81
-
`func (o *SyntheticsAPIStep) HasAssertions() bool`
82
-
83
-
HasAssertions returns a boolean if a field has been set.
84
-
85
79
### GetExtractedValues
86
80
87
81
`func (o *SyntheticsAPIStep) GetExtractedValues() []SyntheticsParsingOptions`
@@ -151,12 +145,6 @@ and a boolean to check if the value has been set.
151
145
152
146
SetName sets Name field to given value.
153
147
154
-
### HasName
155
-
156
-
`func (o *SyntheticsAPIStep) HasName() bool`
157
-
158
-
HasName returns a boolean if a field has been set.
159
-
160
148
### GetRequest
161
149
162
150
`func (o *SyntheticsAPIStep) GetRequest() SyntheticsTestRequest`
@@ -176,12 +164,6 @@ and a boolean to check if the value has been set.
176
164
177
165
SetRequest sets Request field to given value.
178
166
179
-
### HasRequest
180
-
181
-
`func (o *SyntheticsAPIStep) HasRequest() bool`
182
-
183
-
HasRequest returns a boolean if a field has been set.
184
-
185
167
### GetRetry
186
168
187
169
`func (o *SyntheticsAPIStep) GetRetry() SyntheticsTestOptionsRetry`
@@ -226,10 +208,4 @@ and a boolean to check if the value has been set.
226
208
227
209
SetSubtype sets Subtype field to given value.
228
210
229
-
### HasSubtype
230
-
231
-
`func (o *SyntheticsAPIStep) HasSubtype() bool`
232
-
233
-
HasSubtype returns a boolean if a field has been set.
234
-
235
211
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
NewSyntheticsAPITest instantiates a new SyntheticsAPITest object.
26
26
This constructor will assign default values to properties that have it defined,
@@ -54,12 +54,6 @@ and a boolean to check if the value has been set.
54
54
55
55
SetConfig sets Config field to given value.
56
56
57
-
### HasConfig
58
-
59
-
`func (o *SyntheticsAPITest) HasConfig() bool`
60
-
61
-
HasConfig returns a boolean if a field has been set.
62
-
63
57
### GetLocations
64
58
65
59
`func (o *SyntheticsAPITest) GetLocations() []string`
@@ -79,12 +73,6 @@ and a boolean to check if the value has been set.
79
73
80
74
SetLocations sets Locations field to given value.
81
75
82
-
### HasLocations
83
-
84
-
`func (o *SyntheticsAPITest) HasLocations() bool`
85
-
86
-
HasLocations returns a boolean if a field has been set.
87
-
88
76
### GetMessage
89
77
90
78
`func (o *SyntheticsAPITest) GetMessage() string`
@@ -154,12 +142,6 @@ and a boolean to check if the value has been set.
154
142
155
143
SetName sets Name field to given value.
156
144
157
-
### HasName
158
-
159
-
`func (o *SyntheticsAPITest) HasName() bool`
160
-
161
-
HasName returns a boolean if a field has been set.
162
-
163
145
### GetOptions
164
146
165
147
`func (o *SyntheticsAPITest) GetOptions() SyntheticsTestOptions`
@@ -179,12 +161,6 @@ and a boolean to check if the value has been set.
179
161
180
162
SetOptions sets Options field to given value.
181
163
182
-
### HasOptions
183
-
184
-
`func (o *SyntheticsAPITest) HasOptions() bool`
185
-
186
-
HasOptions returns a boolean if a field has been set.
187
-
188
164
### GetPublicId
189
165
190
166
`func (o *SyntheticsAPITest) GetPublicId() string`
@@ -304,10 +280,4 @@ and a boolean to check if the value has been set.
304
280
305
281
SetType sets Type field to given value.
306
282
307
-
### HasType
308
-
309
-
`func (o *SyntheticsAPITest) HasType() bool`
310
-
311
-
HasType returns a boolean if a field has been set.
312
-
313
283
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments