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

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.