Java class for ContextAttribute complex type.
| name | data type | constraints | description |
|---|---|---|---|
| attributeName | string | required | Attribute name. |
| attributeValue | string | required | Attribute value. |
Example
{
"contextAttribute" : {
"attributeName" : "...",
"attributeValue" : "..."
}
}