Srv Record Response
data class SrvRecordResponse(val port: Int? = null, val priority: Int? = null, val target: String? = null, val weight: Int? = null)
An SRV record.
Constructors
Link copied to clipboard
fun SrvRecordResponse(port: Int? = null, priority: Int? = null, target: String? = null, weight: Int? = null)