Creates an instance of ESPRMServiceParam
.
An object containing the parameter details.
Reference to the parent ESPRMNode.
Optional
boundsBounds for the parameter values.
The data type of the parameter.
The name of the parameter.
Reference to ESPRMNode.
Additional properties related to the parameter.
The name of the service to which this parameter belongs.
The type of the parameter.
Optional
validThe valid string values of the parameter.
Optional
valueThe value of the parameter.
Sets the value of the service parameter.
The new value to set for the service parameter.
A promise that resolves to the success response from the API.
Represents a parameter associated with a service, including its name, value, and metadata. Has a serviceName property to identify the service it belongs to.