Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 807 Bytes

MediaItem.md

File metadata and controls

20 lines (15 loc) · 807 Bytes

openapi.model.MediaItem

Load the model package

import 'package:wikipedia_api/api.dart';

Properties

Name Type Description Notes
title String The file page title [optional]
type String
sectionId int section ID in which the item is found on the page
showInGallery bool whether the client should show the file in an image gallery presentation
caption MediaItemCaption [optional]
original MediaItemOriginal [optional]

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