DeleteCallResponse
data class DeleteCallResponse( @Json(name = "duration") val duration: String, @Json(name = "call") val call: CallResponse, @Json(name = "task_id") val taskId: String? = null)
DeleteCallResponse is the payload for deleting a call.
Constructors
Link copied to clipboard
constructor(@Json(name = "duration") duration: String, @Json(name = "call") call: CallResponse, @Json(name = "task_id") taskId: String? = null)