Skip to content

Commit

Permalink
Merge pull request #76 from domudall/feature/add-alert-creation
Browse files Browse the repository at this point in the history
Works, looks good and follows style conventions. Thank you very much for your contribution!
  • Loading branch information
Deconstrained authored Jun 21, 2017
2 parents 28b28c8 + c25f7bf commit fe74e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ type Service struct {
IncidentUrgencyRule *IncidentUrgencyRule `json:"incident_urgency_rule,omitempty"`
SupportHours *SupportHours `json:"support_hours,omitempty"`
ScheduledActions []ScheduledAction `json:"scheduled_actions,omitempty"`
AlertCreation string `json:"alert_creation,omitempty"`
}

// ListServiceOptions is the data structure used when calling the ListServices API endpoint.
Expand Down

0 comments on commit fe74e40

Please sign in to comment.