nextpyp.client.gen.RealTimeC2SListenToProject#

class nextpyp.client.gen.RealTimeC2SListenToProject#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeC2SListenToProject

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

user_id

(no description yet)

project_id

(no description yet)

Details

__init__(user_id, project_id)#
Parameters:
  • user_id (str) –

  • project_id (str) –

Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeC2SListenToProject

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

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

project_id: str#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]

user_id: str#

(no description yet)