ReferencedTweets

data class ReferencedTweets(type: String?, id: String?)

Properties

Link copied to clipboard
@SerializedName(value = "id")
var id: String? = null
Link copied to clipboard
@SerializedName(value = "type")
var type: String? = null