VersionedObjectStructure Data Type

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

Example

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