DestinationStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
DestinationRef DestinationRef
DestinationName array of NaturalLanguageStringStructure

Example

{
  "DestinationRef" : {
    "value" : "..."
  },
  "DestinationName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ]
}