OTX Reference  
OpenTestSystem.Otx.Core.Terms.MapItem Class Reference

Represents key/value pair items in the map literal More...

Public Attributes

SimpleTerm key
 The key literal of the map item literal. More...
 
Term value
 The value literal of the map item literal. More...
 

Detailed Description

Represents key/value pair items in the map literal

Member Data Documentation

◆ key

SimpleTerm OpenTestSystem.Otx.Core.Terms.MapItem.key

The key literal of the map item literal.

◆ value

Term OpenTestSystem.Otx.Core.Terms.MapItem.value

The value literal of the map item literal.