Sometimes it is very helpful to know, whether a value is really None or if it just wasn't requested from the server. For this reason we should implement kind of an Unset value. In addition, we could add a reference to the client to all dataclasses and make lazy loading possible for unset values (tbd)
Sometimes it is very helpful to know, whether a value is really
Noneor if it just wasn't requested from the server. For this reason we should implement kind of an Unset value. In addition, we could add a reference to the client to all dataclasses and make lazy loading possible for unset values (tbd)