Interface PlaylistGetItemsParams

interface PlaylistGetItemsParams {
    limits?: ListLimits;
    playlistid: number;
    properties?: ListFieldsAll;
    sort?: ListSort;
}

Properties

limits?: ListLimits
playlistid: number
properties?: ListFieldsAll
sort?: ListSort