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