You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A list of recipients to notify. Uses the same format as the monitor `message` field. Must not start with an '@'.
21
+
// A list of recipients to notify. Uses the same format as the monitor `message` field. Must not start with an '@'. Cannot be used with `conditional_recipients`.
22
22
Recipients []string`json:"recipients,omitempty"`
23
23
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
Copy file name to clipboardExpand all lines: api/datadogV2/model_monitor_notification_rule_condition.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import (
12
12
13
13
// MonitorNotificationRuleCondition Conditions for `conditional_recipients`.
14
14
typeMonitorNotificationRuleConditionstruct {
15
-
// A list of recipients to notify. Uses the same format as the monitor `message` field. Must not start with an '@'.
15
+
// A list of recipients to notify. Uses the same format as the monitor `message` field. Must not start with an '@'. Cannot be used with `conditional_recipients`.
// MonitorNotificationRuleConditionalRecipients Use conditional recipients to define different recipients for different situations.
13
+
// MonitorNotificationRuleConditionalRecipients Use conditional recipients to define different recipients for different situations. Cannot be used with `recipients`.
// A list of recipients to notify. Uses the same format as the monitor `message` field. Must not start with an '@'.
17
+
// A list of recipients to notify. Uses the same format as the monitor `message` field. Must not start with an '@'. Cannot be used with `conditional_recipients`.
// MonitorNotificationRuleFilterScopeAsMonitorNotificationRuleFilter is a convenience function that returns MonitorNotificationRuleFilterScope wrapped in MonitorNotificationRuleFilter.
// Creation time of the monitor notification rule.
18
18
Created*time.Time`json:"created,omitempty"`
@@ -22,7 +22,7 @@ type MonitorNotificationRuleResponseAttributes struct {
22
22
Modified*time.Time`json:"modified,omitempty"`
23
23
// The name of the monitor notification rule.
24
24
Name*string`json:"name,omitempty"`
25
-
// A list of recipients to notify. Uses the same format as the monitor `message` field. Must not start with an '@'.
25
+
// A list of recipients to notify. Uses the same format as the monitor `message` field. Must not start with an '@'. Cannot be used with `conditional_recipients`.
26
26
Recipients []string`json:"recipients,omitempty"`
27
27
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
0 commit comments