GameKeysResponse

fun GameKeysResponse(    sku: String = "",     name: String? = null,     groups: List<Group> = emptyList(),     attributes: List<GameAttribute> = emptyList(),     type: String? = null,     description: String? = null,     imageUrl: String? = null,     isFree: Boolean = false,     price: Price? = null,     virtualPrices: List<VirtualPrice> = emptyList(),     drmName: String? = null,     drmSku: String? = null,     hasKeys: Boolean = false,     isPreOrder: Boolean = false,     releaseDate: String? = null)

Sources

Link copied to clipboard