AuthGetSessionResponse200

class pydelfini.delfini_core.models.auth_get_session_response_200.AuthGetSessionResponse200(expires, user)[source]

Bases: object

AuthGetSessionResponse200 model

Parameters:
expires
Type:

datetime.datetime

user
Type:

SessionUser

Attributes

expires

user

classmethod from_dict(src_dict)[source]

Create an instance of AuthGetSessionResponse200 from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]