nextpyp.client.gen.SessionExportResultSucceededOutputFilter#

class nextpyp.client.gen.SessionExportResultSucceededOutputFilter#

Bases: SessionExportResultSucceededOutput

(no description yet)

Methods

__init__

deserialize

rtype:

SessionExportResultSucceededOutputFilter

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

path

relative to the session folder

Details

__init__(path)#
Parameters:

path (str) –

Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

SessionExportResultSucceededOutputFilter

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

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

path: str#

relative to the session folder

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]