Skip to content

Commit

Permalink
SYN-4427: Add omitempty field for WaitForNavTimeout (#27)
Browse files Browse the repository at this point in the history
* SYN-4427: Add omitempty field for WaitForNavTimeout

* SYN-4427: Add omitempty field for MaxWaitTime
  • Loading branch information
nitun-splunk authored Sep 17, 2024
1 parent 7b990b5 commit 742c35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntheticsclientv2/common_models.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ type StepsV2 struct {
URL string `json:"url,omitempty"`
Action string `json:"action,omitempty"`
WaitForNav bool `json:"waitForNav"`
WaitForNavTimeout int `json:"waitForNavTimeout"`
MaxWaitTime int `json:"maxWaitTime"`
WaitForNavTimeout int `json:"waitForNavTimeout,omitempty"`
MaxWaitTime int `json:"maxWaitTime,omitempty"`
SelectorType string `json:"selectorType,omitempty"`
Selector string `json:"selector,omitempty"`
OptionSelectorType string `json:"optionSelectorType,omitempty"`
Expand Down

0 comments on commit 742c35d

Please sign in to comment.