Interface PlaylistGetPropertiesParams

interface PlaylistGetPropertiesParams {
    playlistid: number;
    properties: PlaylistPropertyName[];
}

Properties

playlistid: number
properties: PlaylistPropertyName[]