When retrieving an AdminVdc, the ResourcePoolRefs property is empty but when observing the raw xml, there are results.
Reproduction steps
Run the tests in https://github.com/ArnoSen/go-vcloud-director/blob/UNMARSHAL_OF_ADMINVDC_FAILING_TEST/types/v56/types_test.go
and they will fail.
The test uses a adminVcd xml representation that was taken from one of our test vcloud instances.
ResourcePoolRefs are not populated.
Expected behavior
I expect the resouce pool reference contains one reference with the values from the below xml content:
Describe the bug
When retrieving an AdminVdc, the ResourcePoolRefs property is empty but when observing the raw xml, there are results.
Reproduction steps
Expected behavior
I expect the resouce pool reference contains one reference with the values from the below xml content:
Additional context
No response