data property

Object data
final

This field will contain the actual tweet. One endpoints of twitter API returns here a list an another returns a single object, hence Object but in reality it should always be either TweetV2 or List

Implementation

final Object data;