InfoLinkStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Uri string
Label array of NaturalLanguageStringStructure
Image ImageStructure
LinkContent LinkContentEnumeration

Example

{
  "Uri" : "...",
  "Label" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "Image" : {
    "ImageBinary" : "...",
    "ImageRef" : "...",
    "ImageContent" : "graphic"
  },
  "LinkContent" : "timetable"
}