GoLiveResponse

data class GoLiveResponse(@Json(name = "call") val call: CallResponse, @Json(name = "duration") val duration: String)

Parameters

call
duration

Duration of the request in human-readable format

Constructors

Link copied to clipboard
constructor(@Json(name = "call") call: CallResponse, @Json(name = "duration") duration: String)

Properties

Link copied to clipboard
Link copied to clipboard