nextpyp.client.gen.SessionLog#

class nextpyp.client.gen.SessionLog#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

SessionLog

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

log

(no description yet)

Details

__init__(log)#
Parameters:

log (str | None) –

Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

SessionLog

Parameters:
  • json (Dict[str, Any]) –

  • type_ids (Dict[str, str] | None) –

log: Optional[str]#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]