Interface PVRGetChannelGroupsParams

PVRGetChannelGroupsParams ($ref: "PVR.GetChannelGroups.Params") Parameters for the GetChannelGroups method.

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

Properties

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