piped_dart/doc/CommentsPage.md

18 lines
643 B
Markdown
Raw Permalink Normal View History

2022-06-25 09:55:47 +00:00
# piped_api.model.CommentsPage
## Load the model package
```dart
import 'package:piped_api/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**comments** | [**BuiltList<Comment>**](Comment.md) | | [optional]
**nextpage** | **String** | The parameter used to get the next page of comments. | [optional]
**disabled** | **bool** | Whether or not comments are disabled on the video. | [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)