Python client generation: All dataclass generated with no properties #5067
Replies: 1 comment 3 replies
-
Hi @thelazydogsback |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I must be missing something...
While all the /models generated by Kiota have get_field_deserializers & seralize defined, none of the dataclass have the actual properties defined for the model.
So while I see:
what I don't see is:
So I see no way to initialize these models when I'm creating new entities to post(), etc - at least not in the expected type-directed way.
thanks
Beta Was this translation helpful? Give feedback.
All reactions