Interface DataCollectionEventsRequest

interface DataCollectionEventsRequest {
    parameters?: Record<string, any>;
    subscriptionId: string;
    cursor: string;
}

Hierarchy (view full)

Properties

parameters?: Record<string, any>
subscriptionId: string
cursor: string