DeleteCallRequest

data class DeleteCallRequest(@Json(name = "hard") val hard: Boolean? = null)

DeleteCallRequest is the payload for deleting a call.

Constructors

Link copied to clipboard
constructor(@Json(name = "hard") hard: Boolean? = null)

Properties

Link copied to clipboard
val hard: Boolean? = null