Interface PVRGetChannelGroupsResponse

PVRGetChannelGroupsResponse ($ref: "PVR.GetChannelGroups.Response") Response structure for the GetChannelGroups method.

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

Properties

channelgroups: ChannelGroup[]