Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Files

Latest commit

26f755f · Jun 9, 2023

History

History
19 lines (14 loc) · 752 Bytes

PlaylistItem.md

File metadata and controls

19 lines (14 loc) · 752 Bytes

piped_api.model.PlaylistItem

Load the model package

import 'package:piped_api/api.dart';

Properties

Name Type Description Notes
type String The type of the playlist item. Always playlist. [optional]
name String The name of the playlist. [optional]
thumbnail String The thumbnail of the playlist. [optional]
url String The relative URL of the playlist. [optional]
videos int The number of videos in the playlist. [optional]

[Back to Model list] [Back to API list] [Back to README]