VersionedObjectStructure Data Type

Abstract Type
Subtypes
InstalledEquipmentStructure, AbstractEquipmentStructure, LocalService, DataManagedObjectStructure, OtherPlaceEquipment
Implemented Interfaces
Serializable
Properties
name data type description
version number
modification ModificationEnumeration
created string
status StatusEnumeration
lastUpdated string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "version" : 12345,
  "modification" : "new",
  "created" : "...",
  "status" : "active",
  "lastUpdated" : "..."
}