github.com/muxinc/mux-go@v1.1.1/model_incident_notification_rule.go (about) 1 // Mux Go - Copyright 2019 Mux Inc. 2 // NOTE: This file is auto generated. Do not edit this file manually. 3 4 package muxgo 5 6 type IncidentNotificationRule struct { 7 Status string `json:"status,omitempty"` 8 Rules []NotificationRule `json:"rules,omitempty"` 9 PropertyId string `json:"property_id,omitempty"` 10 Id string `json:"id,omitempty"` 11 Action string `json:"action,omitempty"` 12 }