PropertiesDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
properties array of PropertyDto

Example

{
  "properties" : [ {
    "key" : "...",
    "value" : "..."
  }, {
    "key" : "...",
    "value" : "..."
  } ]
}