nextpyp.client.gen.RealTimeS2CSessionTransferWaiting#

class nextpyp.client.gen.RealTimeS2CSessionTransferWaiting#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeS2CSessionTransferWaiting

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

filename

(no description yet)

Details

__init__(filename)#
Parameters:

filename (str) –

Return type:

None

filename: str#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeS2CSessionTransferWaiting

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

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

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]