Ingress Profile Response
data class IngressProfileResponse(val ip: String? = null, val name: String? = null, val visibility: String? = null)
IngressProfile represents an ingress profile.
IngressProfile represents an ingress profile.