You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 📝 Description
[IPv6 range
view](https://www.linode.com/docs/api/networking/#ipv6-range-view__responses)
and [IPv6 range
list](https://www.linode.com/docs/api/networking/#ipv6-ranges-list__responses)
actually share different response structures. The current `IPv6Range`
object has been built based on the structure of IPv6 range list, so
fields `linodes` and `is_bgp` are missing. To quickly fix it, I think
simply adding these two fields to the `IPv6Range` object properties
makes sense without introducing any breaking change. Otherwise we may
consider create two separated objects for returning a single object and
list, which is probably confusing for customers to use and more
complicated for us to maintain. Any different idea is appreciated.
## ✔️ How to Test
`tox`
0 commit comments