interface NotificationStatisticsQueryConditions {
    endDate?: Date;
    hitCountMinimum?: number;
    path?: string;
    startDate?: Date;
    type?: NotificationStatisticType;
    user?: IdentityRef;
}

Properties

endDate?: Date
hitCountMinimum?: number
path?: string
startDate?: Date