We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dac5c commit 0e5ecfcCopy full SHA for 0e5ecfc
azuredevops/pipelineschecks/models.go
@@ -35,6 +35,8 @@ type CheckConfiguration struct {
35
ModifiedOn *azuredevops.Time `json:"modifiedOn,omitempty"`
36
// Settings for the check configuration.
37
Settings interface{} `json:"settings,omitempty"`
38
+ // Timeout in minutes for the check.
39
+ Timeout *int `json:"timeout,omitempty"`
40
}
41
42
type CheckConfigurationRef struct {
0 commit comments