Interface PVRGetRecordingsResponse

PVRGetRecordingsResponse ($ref: "PVR.GetRecordings.Response") Response structure for the GetRecordings method.

interface PVRGetRecordingsResponse {
    limits: ListLimitsReturned;
    recordings: RecordingDetails[];
}

Properties

Properties

recordings: RecordingDetails[]