Membrane React - v0.2.1
    Preparing search index...

    Interface ExternalEventPull

    interface ExternalEventPull {
        id: string;
        name?: string;
        userId: string;
        user?: Customer;
        externalEventSubscriptionId: string;
        externalEventSubscription?: ExternalEventSubscription;
        integrationId: string;
        integration?: Integration;
        connectionId: string;
        connection?: Connection;
        startDatetime: string;
        endDatetime: string;
        isFullScan?: boolean;
        status: ExternalEventPullStatus;
        collectedEventIds: string[];
        error?: ErrorData;
    }
    Index

    Properties

    id: string
    name?: string
    userId: string
    user?: Customer
    externalEventSubscriptionId: string
    externalEventSubscription?: ExternalEventSubscription
    integrationId: string
    integration?: Integration
    connectionId: string
    connection?: Connection
    startDatetime: string
    endDatetime: string
    isFullScan?: boolean
    collectedEventIds: string[]
    error?: ErrorData