RemoteSubtitleInfo

@Serializable
data class RemoteSubtitleInfo(val threeLetterIsoLanguageName: String? = null, val id: String? = null, val providerName: String? = null, val name: String? = null, val format: String? = null, val author: String? = null, val comment: String? = null, val dateCreated: DateTime? = null, val communityRating: Float? = null, val frameRate: Float? = null, val downloadCount: Int? = null, val isHashMatch: Boolean? = null, val aiTranslated: Boolean? = null, val machineTranslated: Boolean? = null, val forced: Boolean? = null, val hearingImpaired: Boolean? = null)

Constructors

Link copied to clipboard
constructor(threeLetterIsoLanguageName: String? = null, id: String? = null, providerName: String? = null, name: String? = null, format: String? = null, author: String? = null, comment: String? = null, dateCreated: DateTime? = null, communityRating: Float? = null, frameRate: Float? = null, downloadCount: Int? = null, isHashMatch: Boolean? = null, aiTranslated: Boolean? = null, machineTranslated: Boolean? = null, forced: Boolean? = null, hearingImpaired: Boolean? = null)

Properties

Link copied to clipboard
@SerialName(value = "AiTranslated")
val aiTranslated: Boolean?
Link copied to clipboard
@SerialName(value = "Author")
val author: String?
Link copied to clipboard
@SerialName(value = "Comment")
val comment: String?
Link copied to clipboard
@SerialName(value = "CommunityRating")
val communityRating: Float?
Link copied to clipboard
@SerialName(value = "DateCreated")
val dateCreated: DateTime?
Link copied to clipboard
@SerialName(value = "DownloadCount")
val downloadCount: Int?
Link copied to clipboard
@SerialName(value = "Forced")
val forced: Boolean?
Link copied to clipboard
@SerialName(value = "Format")
val format: String?
Link copied to clipboard
@SerialName(value = "FrameRate")
val frameRate: Float?
Link copied to clipboard
@SerialName(value = "HearingImpaired")
val hearingImpaired: Boolean?
Link copied to clipboard
@SerialName(value = "Id")
val id: String?
Link copied to clipboard
@SerialName(value = "IsHashMatch")
val isHashMatch: Boolean?
Link copied to clipboard
@SerialName(value = "MachineTranslated")
val machineTranslated: Boolean?
Link copied to clipboard
@SerialName(value = "Name")
val name: String?
Link copied to clipboard
@SerialName(value = "ProviderName")
val providerName: String?
Link copied to clipboard
@SerialName(value = "ThreeLetterISOLanguageName")
val threeLetterIsoLanguageName: String?