This is the documentation for ToiDiagnosticsDataModelObjectParameter.
Structure to represent a Parameter in the object. Each parameter is a name,value pair. Use toi.statics.ToiDiagnosticsDataModelObjectParameter.create(<name>, <value>) to create an instance of ToiDiagnosticsDataModelObjectParameter.
import "ToiDiagnosticsDataModelObjectParameter.idl";
Public Attributes | |
attribute string | name |
attribute string | value |
attribute string ToiDiagnosticsDataModelObjectParameter::name |
Name of the parameter.
attribute string ToiDiagnosticsDataModelObjectParameter::value |
Value of the parameter.