Interface PVRGetChannelsResponse

PVRGetChannelsResponse ($ref: "PVR.GetChannels.Response") Response structure for the GetChannels method.

interface PVRGetChannelsResponse {
    channels: ChannelDetails[];
    limits: ListLimitsReturned;
}

Properties

Properties

channels: ChannelDetails[]