Interface FindDataSourceEventsQuery

interface FindDataSourceEventsQuery {
    userId?: string;
    udm?: string;
    dataSourceInstanceId?: string;
    startDatetime?: string;
    endDatetime?: string;
    limit?: number;
    cursor?: string;
}

Hierarchy (view full)

Properties

userId?: string
udm?: string
dataSourceInstanceId?: string
startDatetime?: string
endDatetime?: string
limit?: number
cursor?: string