Skip to content

Commit

Permalink
Add status field to Incident (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
heimweh authored and ranjib committed Dec 20, 2016
1 parent 8fabd87 commit 3a71771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions incident.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package pagerduty

import (
"fmt"

"github.com/google/go-querystring/query"
)

Expand Down Expand Up @@ -39,6 +40,7 @@ type Incident struct {
EscalationPolicy APIObject `json:"escalation_policy,omitempty"`
Teams []APIObject `json:"teams,omitempty"`
Urgency string `json:"urgency,omitempty"`
Status string `json:"status,omitempty"`
}

// ListIncidentsResponse is the response structure when calling the ListIncident API endpoint.
Expand Down

0 comments on commit 3a71771

Please sign in to comment.