piped_dart/doc/SearchPage.md

19 lines
707 B
Markdown

# piped_api.model.SearchPage
## Load the model package
```dart
import 'package:piped_api/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**corrected** | **bool** | Whether the search query was corrected. | [optional]
**items** | [**BuiltList<SearchItem>**](SearchItem.md) | | [optional]
**nextpage** | **String** | The parameter used to get the next page of this page. | [optional]
**suggestion** | **String** | The suggested search query. | [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)