Interface PVRGetBroadcastsResponse

PVRGetBroadcastsResponse ($ref: "PVR.GetBroadcasts.Response") Response structure for the GetBroadcasts method.

interface PVRGetBroadcastsResponse {
    broadcasts: Broadcast[];
    limits: ListLimitsReturned;
}

Properties

Properties

broadcasts: Broadcast[]