Interface IManagedObjectReference

interface IManagedObjectReference {
    managedObject: ISource;
    self?: string;
}

Properties

Properties

managedObject: ISource

ManagedObject data itself with mandantory fragments of [[ISource]] at least

self?: string

Link to this resource