nextpyp.client.gen.RealTimeS2CSessionJobFinished#

class nextpyp.client.gen.RealTimeS2CSessionJobFinished#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeS2CSessionJobFinished

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)

result_type

(no description yet)

Details

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

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeS2CSessionJobFinished

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

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

job_id: str#

(no description yet)

result_type: ClusterJobResultType#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]