diff --git a/alertnotification.go b/alertnotification.go index ce9ccb3..ad98eda 100644 --- a/alertnotification.go +++ b/alertnotification.go @@ -10,6 +10,7 @@ import ( type AlertNotification struct { Id int64 `json:"id,omitempty"` + Uid string `json:"uid"` Name string `json:"name"` Type string `json:"type"` IsDefault bool `json:"isDefault"`