Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 665 Bytes

UploadSubtitleDto.md

File metadata and controls

18 lines (13 loc) · 665 Bytes

openapi.model.UploadSubtitleDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
language String Gets or sets the subtitle language.
format String Gets or sets the subtitle format.
isForced bool Gets or sets a value indicating whether the subtitle is forced.
data String Gets or sets the subtitle data.

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