Generated when an Import Container is deleted.

interface ImportContainerDeletedEvent {
    createdAt: string;
    data: ImportContainerDeletedEventData;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: "ImportContainerDeleted";
}

Hierarchy (View Summary)

  • IEvent
    • ImportContainerDeletedEvent

Properties

createdAt: string

Date and time (UTC) the Event was generated.

An object containing details of the deleted Import Container.

id: string

Unique identifier of the Event.

notificationType: string
type: "ImportContainerDeleted"

The type of Event that has occurred.