Interface PVRGetChannelGroupsResponse

interface PVRGetChannelGroupsResponse {
    channelgroups: PVRDetailsChannelGroup[];
    limits: ListLimitsReturned;
}

Properties

channelgroups: PVRDetailsChannelGroup[]