GameAttributeValue

data class GameAttributeValue(val externalId: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
fun GameAttributeValue(externalId: String? = null, value: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "external_id")
val externalId: String? = null
Link copied to clipboard
val value: String? = null

Sources

Link copied to clipboard