createdAt

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

Creation time of the Tweet.

date (ISO 8601)

e.g.

"created_at": "2019-06-04T23:12:08.000Z"

This field can be used to understand when a Tweet was created and used for time-series analysis etc.