Skip to content

Commit

Permalink
Added AlertGrouping and AlertGroupingTimeout to Service
Browse files Browse the repository at this point in the history
  • Loading branch information
toneill-newinnov committed Jan 6, 2020
1 parent e96b2a1 commit df21037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ type Service struct {
SupportHours *SupportHours `json:"support_hours,omitempty"`
ScheduledActions []ScheduledAction `json:"scheduled_actions,omitempty"`
AlertCreation string `json:"alert_creation,omitempty"`
AlertGrouping string `json:"alert_grouping,omitempty"`
AlertGroupingTimeout *uint `json:"alert_grouping_timeout,omitempty"`
}

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

0 comments on commit df21037

Please sign in to comment.