Player Attributes Update
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
Link copied to clipboard
@SerializedName(value = "profanityFilterPreferences" )