IPPool Response
data class IPPoolResponse(val end: String? = null, val info: IPPoolInfoResponse? = null, val ipPoolType: String? = null, val start: String? = null)
Constructors
Link copied to clipboard
fun IPPoolResponse(end: String? = null, info: IPPoolInfoResponse? = null, ipPoolType: String? = null, start: String? = null)