nextpyp.client.gen.SessionLogData#

class nextpyp.client.gen.SessionLogData#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

SessionLogData

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

job_id

(no description yet)

daemon

(no description yet)

timestamp

(no description yet)

Details

__init__(job_id, daemon, timestamp)#
Parameters:
  • job_id (str) –

  • daemon (SessionDaemon) –

  • timestamp (int) –

Return type:

None

daemon: SessionDaemon#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

SessionLogData

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

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

job_id: str#

(no description yet)

timestamp: int#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]