nextpyp.client.gen.RealTimeS2CSessionDaemonFinished#

class nextpyp.client.gen.RealTimeS2CSessionDaemonFinished#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeS2CSessionDaemonFinished

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)

Details

__init__(job_id, daemon)#
Parameters:
Return type:

None

daemon: SessionDaemon#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeS2CSessionDaemonFinished

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

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

job_id: str#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]