mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
19 lines
671 B
Markdown
19 lines
671 B
Markdown
|
# piped_api.model.Subtitle
|
||
|
|
||
|
## Load the model package
|
||
|
```dart
|
||
|
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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|
||
|
|