python-odata icon indicating copy to clipboard operation
python-odata copied to clipboard

Allow polymorph objects

Open Addarkar opened this issue 4 years ago • 0 comments

Navigation property does not need to point to the real class of result objects. The object types can be mixed because of, navigation property points to a base class of them. --> DirectoryObjects --> Groups|Roles|Users|... This fix resolves the object type based on response @odata.type and creates full featured object instances as they were queried directly

Addarkar avatar Jul 11 '20 14:07 Addarkar