NameValuePair
A complex data type that represents a named piece of data and its value.
Elements
Name
String. The name of the data.
Value
String. The value of the data. Value supports the null value.