Interface PlaylistGetItemsResponse

PlaylistGetItemsResponse ($ref: "Playlist.GetItems.Response") Response structure for the GetItems method.

interface PlaylistGetItemsResponse {
    items: PlaylistMediaItem[];
    limits: ListLimitsReturned;
}

Properties

Properties