class Media : Parcelable
val altText: String?
val url: String?
fun altText(): String?
fun url(): String?
fun create(json: JSONObject?): Media?