AbstractSituationElementStructure Data Type

Subtypes
SituationElementStructure, PtSituationElement, RoadSituationElement
Implemented Interfaces
Serializable
Properties
name data type description
CreationTime string
CountryRef CountryRefStructure
ParticipantRef RequestorRef
SituationNumber SituationNumber
UpdateCountryRef CountryRefStructure
UpdateParticipantRef RequestorRef
Version SituationVersion

Example

{
  "CreationTime" : "...",
  "CountryRef" : {
    "value" : "kh"
  },
  "ParticipantRef" : {
    "value" : "..."
  },
  "SituationNumber" : {
    "value" : "..."
  },
  "UpdateCountryRef" : {
    "value" : "sc"
  },
  "UpdateParticipantRef" : {
    "value" : "..."
  },
  "Version" : {
    "value" : 12345
  }
}