Interface PVRGetTimersParams

interface PVRGetTimersParams {
    limits?: ListLimits;
    properties?: PVRFieldsTimer;
    sort?: ListSort;
}

Properties

limits?: ListLimits
properties?: PVRFieldsTimer
sort?: ListSort