ContextAttribute Data Type

Java class for ContextAttribute complex type.

Properties
name data type constraints description
attributeName string required Attribute name.
attributeValue string required Attribute value.

Example

{
  "contextAttribute" : {
    "attributeName" : "...",
    "attributeValue" : "..."
  }
}