@gradientedge/commercetools-utils
    Preparing search index...

    Interface ImportContainerCreatedEventData

    interface ImportContainerCreatedEventData {
        createdAt: string;
        key: string;
        lastModifiedAt: string;
        version: number;
    }
    Index

    Properties

    createdAt: string

    Date and time (UTC) the Import Container was created.

    key: string

    The key of the created Import Container.

    lastModifiedAt: string

    Date and time (UTC) the Import Container was last updated.

    version: number

    The version of the created Import Container.