nextpyp.client.gen.SessionCommands#

class nextpyp.client.gen.SessionCommands#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

SessionCommands

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

command

(no description yet)

Details

__init__(command)#
Parameters:

command (str) –

Return type:

None

command: str#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

SessionCommands

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

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

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]