Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 579 Bytes

MediaItemCaption.md

File metadata and controls

16 lines (11 loc) · 579 Bytes

openapi.model.MediaItemCaption

Load the model package

import 'package:wikipedia_api/api.dart';

Properties

Name Type Description Notes
html String on-wiki caption for the media item, including all HTML markup [optional]
text String plain text of the on-wiki caption for the media item [optional]

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