We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b990b5 commit 742c35dCopy full SHA for 742c35d
syntheticsclientv2/common_models.go
@@ -77,8 +77,8 @@ type StepsV2 struct {
77
URL string `json:"url,omitempty"`
78
Action string `json:"action,omitempty"`
79
WaitForNav bool `json:"waitForNav"`
80
- WaitForNavTimeout int `json:"waitForNavTimeout"`
81
- MaxWaitTime int `json:"maxWaitTime"`
+ WaitForNavTimeout int `json:"waitForNavTimeout,omitempty"`
+ MaxWaitTime int `json:"maxWaitTime,omitempty"`
82
SelectorType string `json:"selectorType,omitempty"`
83
Selector string `json:"selector,omitempty"`
84
OptionSelectorType string `json:"optionSelectorType,omitempty"`
0 commit comments