ResultData

data class ResultData(var id: String? = null, var type: String? = null, var attributes: OpenSubtitlesApi.ResultAttributes? = ResultAttributes())

Constructors

Link copied to clipboard
constructor(id: String? = null, type: String? = null, attributes: OpenSubtitlesApi.ResultAttributes? = ResultAttributes())

Properties

Link copied to clipboard
var id: String?
Link copied to clipboard
var type: String?