Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 643 Bytes

RecommendationResult.md

File metadata and controls

16 lines (11 loc) · 643 Bytes

openapi.model.RecommendationResult

Load the model package

import 'package:wikipedia_api/api.dart';

Properties

Name Type Description Notes
count int the number of recommendations returned [optional]
items List the list of articles recommended for translation [optional] [default to const []]

[Back to Model list] [Back to API list] [Back to README]