Interface EventsCountInputDTO

EventsCountInputDTO

interface EventsCountInputDTO {
    bucketStep: EventsCountInputDTOBucketStepEnum;
    endDate?: string;
    eventName: EventsCountInputDTOEventNameEnum;
    gameServerId?: string;
    moduleId?: string;
    playerId?: string;
    startDate?: string;
    sumBy?: EventsCountInputDTOSumByEnum[];
    userId?: string;
}

Properties

EventsCountInputDTO

endDate?: string

EventsCountInputDTO

EventsCountInputDTO

gameServerId?: string

EventsCountInputDTO

moduleId?: string

EventsCountInputDTO

playerId?: string

EventsCountInputDTO

startDate?: string

EventsCountInputDTO

EventsCountInputDTO

userId?: string

EventsCountInputDTO