mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
16 lines
564 B
Markdown
16 lines
564 B
Markdown
# piped_api.model.StreamsPage
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:piped_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**relatedStreams** | [**BuiltList<StreamItem>**](StreamItem.md) | | [optional]
|
|
**nextpage** | **String** | The parameter used to get the next page of this page. | [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)
|
|
|
|
|