en-US/about_DRMMAlertMonitorInfo.help.txt
|
TOPIC
about_DRMMAlertMonitorInfo SHORT DESCRIPTION Represents the monitor information for an alert in the DRMM system, including whether the alert sends emails and creates tickets. LONG DESCRIPTION The DRMMAlertMonitorInfo class models the monitor information specific to alerts in the DRMM platform. It encapsulates properties such as SendsEmails and CreatesTicket that provide detailed context about the alert's monitoring configuration. This class inherits from DRMMObject. ## PROPERTIES The DRMMAlertMonitorInfo class exposes the following properties: Property Type Description ------------- ---------- ---------------------------------------- SendsEmails bool Indicates whether the alert sends ema... CreatesTicket bool Indicates whether the alert creates a... ## METHODS The DRMMAlertMonitorInfo class provides the following methods: ### GetSummary() Generates a summary string for the alert monitor information, indicating whether it sends emails and creates tickets. **Returns:** `string` - Returns string ## NOTES This class is defined in the DattoRMM.Core module's class system. SEE ALSO Online Documentation https://github.com/TheShadowTek/DattoRMM.Core/blob/main/docs/about/classes/DRMMAlert/about_DRMMAlertMonitorInfo.md |