Interface FileChangeUpdateByInstanceId

interface FileChangeUpdateByInstanceId {
    instanceId: CogniteInstanceId;
    update: FileChangeCommonProperties;
}

Hierarchy (view full)

Properties

Properties

instanceId: CogniteInstanceId