en-US/about_DRMMAlertResponseAction.help.txt

TOPIC
    about_DRMMAlertResponseAction
 
SHORT DESCRIPTION
    Represents a response action taken for an alert in the DRMM system, including action time, type, description, and references.
 
LONG DESCRIPTION
The DRMMAlertResponseAction class models the response actions specific to alerts in the DRMM platform. It encapsulates properties such as ActionTime, ActionType, Description, ActionReference, and ActionReferenceInt that provide detailed context about the response actions taken for an alert.

This class inherits from DRMMObject.

## PROPERTIES

The DRMMAlertResponseAction class exposes the following properties:

    Property Type Description
    ------------------ ------------------ ----------------------------------------
    ActionTime Nullable[datetime] The time when the action was taken.
    ActionType string The type of action taken.
    Description string Description of the action taken.
    ActionReference string Reference to the action taken.
    ActionReferenceInt string Internal reference identifier for the...
## METHODS

The DRMMAlertResponseAction class provides the following methods:

### GetSummary()

Generates a summary string for the alert response action, including action type and description.

**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_DRMMAlertResponseAction.md