We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce1f94d + 37d28e7 commit 12b6de6Copy full SHA for 12b6de6
pagerduty/incident_workflow.go
@@ -18,6 +18,7 @@ type IncidentWorkflow struct {
18
Self string `json:"self,omitempty"`
19
Steps []*IncidentWorkflowStep `json:"steps,omitempty"`
20
Team *TeamReference `json:"team,omitempty"`
21
+ IsEnabled *bool `json:"is_enabled,omitempty"`
22
}
23
24
// IncidentWorkflowStep represents a step in an incident workflow.
0 commit comments