AuthAuthenticateUserResponse200

class pydelfini.delfini_core.models.auth_authenticate_user_response_200.AuthAuthenticateUserResponse200(url)[source]

Bases: object

AuthAuthenticateUserResponse200 model

Parameters:

url (str)

url
Type:

str

Attributes

url

classmethod from_dict(src_dict)[source]

Create an instance of AuthAuthenticateUserResponse200 from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]