From df2103785a79da426f0ef985aa84188478fbcbbd Mon Sep 17 00:00:00 2001 From: Thomas O'Neill Date: Mon, 6 Jan 2020 11:41:19 -0500 Subject: [PATCH] Added AlertGrouping and AlertGroupingTimeout to Service --- service.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service.go b/service.go index c30994e7..675077bb 100644 --- a/service.go +++ b/service.go @@ -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.