Interface IManagedObject

interface IManagedObject {
    additionParents: IManagedObjectReferences;
    assetParents: IManagedObjectReferences;
    childAdditions: IManagedObjectReferences;
    childAssets: IManagedObjectReferences;
    childDevices: IManagedObjectReferences;
    creationTime: string;
    deviceParents: IManagedObjectReferences;
    id: string;
    lastUpdated: string;
    owner: string;
    self: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

    Custom fragments

Properties

additionParents: IManagedObjectReferences

A collection of references to additional parents objects

A collection of references to device parent objects

childAdditions: IManagedObjectReferences

A collection of references to child addition objects

A collection of references to child assets

A collection of references to child devices

creationTime: string

Time when ManagedObject was created in the database

A collection of references to device parent objects

id: string

Unique identifier of the object, automatically allocated when the object is created

lastUpdated: string

The time when the object was last updated

owner: string

The owner of the managed object

self: string

Link to this resource