Skip to content

Commit

Permalink
Add resolved_at and updated_at fields to Incident (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
surik authored Jul 11, 2023
1 parent fb8f7bf commit 2d652e0
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 @@ -100,6 +100,8 @@ type Incident struct {
Occurrence *Occurrence `json:"occurrence,omitempty"`
IncidentResponders []IncidentResponders `json:"incidents_responders,omitempty"`
ResponderRequests []ResponderRequest `json:"responder_requests,omitempty"`
ResolvedAt string `json:"resolved_at,omitempty"`
UpdatedAt string `json:"updated_at,omitempty"`
}

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

0 comments on commit 2d652e0

Please sign in to comment.