nonPublicMetrics

@SerializedName(value = "non_public_metrics")
var nonPublicMetrics: Tweet.NonPublicMetrics? = null

Non-public engagement metrics for the Tweet at the time of the request. Requires user context authentication.

e.g.

{
"non_public_metrics":
{
"impression_count":99,
"url_link_clicks":37,
"user_profile_clicks":22
}
}

Use this to determine the total number of impressions generated for the Tweet.