nextpyp.client.gen.SessionExportData#

class nextpyp.client.gen.SessionExportData#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

SessionExportData

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

session_id

(no description yet)

export_id

(no description yet)

request

(no description yet)

created

(no description yet)

cluster_job_id

(no description yet)

result

(no description yet)

Details

__init__(session_id, export_id, request, created, cluster_job_id, result)#
Parameters:
  • session_id (str) –

  • export_id (str) –

  • request (str) –

  • created (int) –

  • cluster_job_id (str | None) –

  • result (str | None) –

Return type:

None

cluster_job_id: Optional[str]#

(no description yet)

created: int#

(no description yet)

export_id: str#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

SessionExportData

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

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

request: str#

(no description yet)

result: Optional[str]#

(no description yet)

session_id: str#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]