withheld

@SerializedName(value = "withheld")
var withheld: Tweet.Withheld? = null

When present, contains withholding details for withheld content.

e.g.

{
"withheld":{
"copyright":false,
"country_codes":["IN"]
}
}