ResolveSipInboundResponse

data class ResolveSipInboundResponse(@Json(name = "duration") val duration: String, @Json(name = "credentials") val credentials: SipInboundCredentials, @Json(name = "sip_routing_rule") val sipRoutingRule: SIPInboundRoutingRuleResponse? = null, @Json(name = "sip_trunk") val sipTrunk: SIPTrunkResponse? = null)

Response containing resolved SIP inbound routing information

Constructors

Link copied to clipboard
constructor(@Json(name = "duration") duration: String, @Json(name = "credentials") credentials: SipInboundCredentials, @Json(name = "sip_routing_rule") sipRoutingRule: SIPInboundRoutingRuleResponse? = null, @Json(name = "sip_trunk") sipTrunk: SIPTrunkResponse? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard