ResultData

@Serializable
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())

Properties

Link copied to clipboard
@SerialName(value = "attributes")
var attributes: OpenSubtitlesApi.ResultAttributes?
Link copied to clipboard
@SerialName(value = "id")
var id: String?
Link copied to clipboard
@SerialName(value = "type")
var type: String?