NameData
NameData
A type representing general information that has a name and data pair.
JSON Example
{
"name": "string",
"data": "string"
}
string
name
Optional
The name of the data.
string
data
Optional
The value of the data.