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
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: