PatchObject interface
Data contract for patch.
Properties
| enabled | Indicates if the given alert processing rule is enabled or disabled. |
| tags | Tags to be updated. |
Property Details
enabled
Indicates if the given alert processing rule is enabled or disabled.
enabled?: boolean
Property Value
boolean
tags
Tags to be updated.
tags?: Record<string, string>
Property Value
Record<string, string>