en-US/about_DRMMActivityLogSite.help.txt

TOPIC
    about_DRMMActivityLogSite
 
SHORT DESCRIPTION
    Represents site information associated with a DRMM activity log entry, including site ID and name.
 
LONG DESCRIPTION
The DRMMActivityLogSite class models the site information related to an activity log entry in the DRMM platform. It encapsulates properties such as the site ID and name. The class provides a static method to create an instance of the class from a typical API response object that contains these site details. This class is used as a property within the DRMMActivityLog class to provide additional context about the site associated with the activity log entry.

This class inherits from DRMMObject.

## PROPERTIES

The DRMMActivityLogSite class exposes the following properties:

    Property Type Description
    ---------- ---------- ----------------------------------------
    Id long The unique identifier for the site as...
    Name string The name of the site associated with ...
## METHODS

The DRMMActivityLogSite class provides the following methods:

No public methods defined.

## 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/DRMMActivityLog/about_DRMMActivityLogSite.md
    Get-RMMActivityLog