nextpyp.client.gen.RealTimeS2CSessionFilesystem#

class nextpyp.client.gen.RealTimeS2CSessionFilesystem#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeS2CSessionFilesystem

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

path

(no description yet)

type

(no description yet)

bytes

(no description yet)

bytes_used

(no description yet)

Details

__init__(path, type, bytes, bytes_used)#
Parameters:
  • path (str) –

  • type (str) –

  • bytes (int) –

  • bytes_used (int) –

Return type:

None

bytes: int#

(no description yet)

bytes_used: int#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeS2CSessionFilesystem

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

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

path: str#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]

type: str#

(no description yet)