VersionedObjectStructure Data Type

Abstract Type
Subtypes
AbstractEquipmentStructure, DataManagedObjectStructure, LocalService, InstalledEquipmentStructure, OtherPlaceEquipment
Implemented Interfaces
Serializable
Properties
name data type description
modification ModificationEnumeration
created string
version number
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.
{
  "modification" : "revise",
  "created" : "...",
  "version" : 12345,
  "status" : "inactive",
  "lastUpdated" : "..."
}