PlayerAttributesUpdate

data class PlayerAttributesUpdate(val profanityFilterPreferences: ProfanityFilterPreferences? = null, val friendsPreferences: FriendsPreferences? = null) : Record

Constructors

Link copied to clipboard
constructor(profanityFilterPreferences: ProfanityFilterPreferences? = null, friendsPreferences: FriendsPreferences? = null)

Properties

Link copied to clipboard
@SerializedName(value = "friendsPreferences")
val friendsPreferences: FriendsPreferences?
Link copied to clipboard
@SerializedName(value = "profanityFilterPreferences")
val profanityFilterPreferences: ProfanityFilterPreferences?