items property

List<Playlist>? items
getter/setter pair

A list of playlists that match the request criteria

Implementation

core.List<Playlist>? items;