GameAttribute

fun GameAttribute(    externalId: String? = null,     name: String? = null,     values: List<GameAttributeValue> = emptyList())

Sources

Link copied to clipboard