Get Bgp Peers Result
data class GetBgpPeersResult(val bgpGroupId: String? = null, val id: String, val ids: List<String>, val outputFile: String? = null, val peers: List<GetBgpPeersPeer>, val routerId: String? = null, val status: String? = null)
A collection of values returned by getBgpPeers.