piped_dart/doc/PlaylistItem.md

19 lines
666 B
Markdown
Raw Normal View History

2022-07-07 17:34:25 +00:00
# piped_api.model.PlaylistItem
## Load the model package
```dart
import 'package:piped_api/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)