nextpyp.client.gen.SessionExportResultFailed#

class nextpyp.client.gen.SessionExportResultFailed#

Bases: SessionExportResult

(no description yet)

Methods

__init__

deserialize

rtype:

SessionExportResultFailed

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

reason

This message is displayed to the user, so make it readable

Details

__init__(reason)#
Parameters:

reason (str) –

Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

SessionExportResultFailed

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

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

reason: str#

This message is displayed to the user, so make it readable

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]