Interface PVRGetTimersParams

PVRGetTimersParams ($ref: "PVR.GetTimers.Params") Parameters for the GetTimers method.

interface PVRGetTimersParams {
    limits?: ListLimits;
    properties?: PVRProperty[];
    sort?: ListSort;
}

Properties

limits?: ListLimits
properties?: PVRProperty[]
sort?: ListSort