Interface PVRGetTimersResponse

PVRGetTimersResponse ($ref: "PVR.GetTimers.Response") Response structure for the GetTimers method.

interface PVRGetTimersResponse {
    limits: ListLimitsReturned;
    timers: Timer[];
}

Properties

Properties

timers: Timer[]