OwnedGameItem

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

Sources

Link copied to clipboard