Result Data
data class ResultData(var id: String? = null, var type: String? = null, var attributes: OpenSubtitlesApi.ResultAttributes? = ResultAttributes())(source)
Constructors
Link copied to clipboard
constructor(id: String? = null, type: String? = null, attributes: OpenSubtitlesApi.ResultAttributes? = ResultAttributes())