AuthGetSessionResponse200¶
- class pydelfini.delfini_core.models.auth_get_session_response_200.AuthGetSessionResponse200(expires, user)[source]¶
Bases:
object
AuthGetSessionResponse200 model
- Parameters:
expires (datetime)
user (SessionUser)
- expires¶
- Type:
- user¶
- Type:
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
AuthGetSessionResponse200
from a dict