piped_dart/doc/SearchPage.md

707 B

piped_api.model.SearchPage

Load the model package

import 'package:piped_api/api.dart';

Properties

Name Type Description Notes
corrected bool Whether the search query was corrected. [optional]
items BuiltList<SearchItem> [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] [Back to API list] [Back to README]