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

Latest commit

 

History

History
18 lines (13 loc) · 671 Bytes

File metadata and controls

18 lines (13 loc) · 671 Bytes

piped_api.model.Subtitle

Load the model package

import 'package:piped_api/api.dart';

Properties

Name Type Description Notes
autoGenerated bool Whether the subtitle is auto generated. [optional]
code String The language code of the subtitle. [optional]
mimeType String The mime type of the subtitle. [optional]
url String The URL of the subtitle. [optional]

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