en-US/about_DRMMJobComponentVariable.help.txt
|
TOPIC
about_DRMMJobComponentVariable SHORT DESCRIPTION Represents a variable associated with a DRMM job component, including its name and value. LONG DESCRIPTION The DRMMJobComponentVariable class models a variable within a DRMM job component. It includes properties such as Name and Value, which provide details about the variable's identity and configuration. The class also includes a static method to create an instance of DRMMJobComponentVariable from API response data. This class inherits from DRMMObject. ## PROPERTIES The DRMMJobComponentVariable class exposes the following properties: Property Type Description ---------- ---------- ---------------------------------------- Name string The name of the job component variable. Value string The value of the job component variable. ## METHODS The DRMMJobComponentVariable 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_DRMMJobComponentVariable.md |