ToiDiagnosticsDataModelObjectParameter Interface Reference


Description

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";

List of all members.

Public Attributes

attribute string name
attribute string value

Member Data Documentation

Name of the parameter.

Value of the parameter.