Takaro - v0.4.9
    Preparing search index...

    Interface EventsCountInputDTO

    EventsCountInputDTO

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

    Properties

    EventsCountInputDTO

    endDate?: string

    EventsCountInputDTO

    EventsCountInputDTO

    gameServerId?: string

    EventsCountInputDTO

    moduleId?: string

    EventsCountInputDTO

    playerId?: string

    EventsCountInputDTO

    startDate?: string

    EventsCountInputDTO

    EventsCountInputDTO

    userId?: string

    EventsCountInputDTO