PaginatedResponseOfPairOfStringAndString Data Type

Abstract Type
Properties
name data type constraints description
totalCount number required
list array of PairOfStringAndString  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "totalCount" : 12345,
  "list" : [ {
    "right" : "...",
    "value" : "...",
    "left" : "...",
    "key" : "..."
  }, {
    "right" : "...",
    "value" : "...",
    "left" : "...",
    "key" : "..."
  } ]
}