Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 707 Bytes

SearchPage.md

File metadata and controls

18 lines (13 loc) · 707 Bytes

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]