OwnedGameItem
data class OwnedGameItem( val name: String? = null, val description: String? = null, val projectId: Int = 0, val gameSku: String = "", val drm: String? = null, val imageUrl: String? = null, val isPreOrder: Boolean = false, val attributes: List<GameAttribute> = emptyList())
Content copied to clipboard
Constructors
Link copied to clipboard
fun OwnedGameItem( name: String? = null, description: String? = null, projectId: Int = 0, gameSku: String = "", drm: String? = null, imageUrl: String? = null, isPreOrder: Boolean = false, attributes: List<GameAttribute> = emptyList())
Content copied to clipboard