en-US/about_DRMMJobComponent.help.txt

TOPIC
    about_DRMMJobComponent
 
SHORT DESCRIPTION
    Represents a component of a DRMM job, including its unique identifier, name, and associated variables.
 
LONG DESCRIPTION
The DRMMJobComponent class models a component within a DRMM job. It includes properties such as Uid, Name, and Variables, which provide details about the component's identity and configuration. The class also includes a static method to create an instance of DRMMJobComponent from API response data.

This class inherits from DRMMObject.

## PROPERTIES

The DRMMJobComponent class exposes the following properties:

    Property Type Description
    ---------- -------------------------- ----------------------------------------
    Uid guid The unique identifier (UID) of the jo...
    Name string The name of the job component.
    Variables DRMMJobComponentVariable[] The variables associated with the job...
## METHODS

The DRMMJobComponent 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/DRMMJob/about_DRMMJobComponent.md