name

@SerializedName(value = "name")
var name: String? = null

The name of the user, as they’ve defined it on their profile. Not necessarily a person’s name. Typically capped at 50 characters, but subject to change.

e.g.

"name": "Twitter Dev"