The data of the Import Unresolved Event.

interface ImportUnresolvedEventData {
    id: string;
    importContainerKey: string;
    version: number;
}

Properties

id: string

The id of the Import Operation with the unresolved state.

importContainerKey: string

The key of the Import Container.

version: number

The version of the Import Operation with the unresolved state.