Player

data class Player(val id: String? = null, val name: String? = null, val type: String? = null, val src: String? = null, val updateddate: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null, type: String? = null, src: String? = null, updateddate: String? = null)

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val src: String? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
val updateddate: String? = null