ApiMapEntryOfHostNameList Data Model

Similar to ApiMapEntry but the value is an ApiHostNameList.

Properties
name data type description
key string
value ApiHostNameList

Example

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