nextpyp.client.gen.RealTimeS2CSessionRunningJob#
- class nextpyp.client.gen.RealTimeS2CSessionRunningJob#
Bases:
object(no description yet)
Methods
deserialize- rtype:
Creates a new class instance from JSON
serialize- rtype:
str
Converts this class instance into JSON
Attributes
TYPE_ID(no description yet)
(no description yet)
(no description yet)
(no description yet)
Details
- __init__(job_id, name, size, status)#
- Parameters:
job_id (str) –
name (str) –
size (int) –
status (RunStatus) –
- Return type:
None
- classmethod from_json(json, type_ids=None)#
Creates a new class instance from JSON
- Return type:
- Parameters:
json (Dict[str, Any]) –
type_ids (Dict[str, str] | None) –
-
job_id:
str# (no description yet)
-
name:
str# (no description yet)
-
size:
int# (no description yet)
- to_json()#
Converts this class instance into JSON
- Return type:
Dict[str,Any]