nextpyp.client.gen.RealTimeS2CSessionTransferInitFileInfo#
- class nextpyp.client.gen.RealTimeS2CSessionTransferInitFileInfo#
Bases:
object(no description yet)
Methods
deserializeCreates a new class instance from JSON
serialize- rtype:
str
Converts this class instance into JSON
Attributes
TYPE_ID(no description yet)
(no description yet)
(no description yet)
Details
- __init__(filename, bytes_total, bytes_transfered)#
- Parameters:
filename (str) –
bytes_total (int) –
bytes_transfered (int) –
- Return type:
None
-
bytes_total:
int# (no description yet)
-
bytes_transfered:
int# (no description yet)
-
filename:
str# (no description yet)
- classmethod from_json(json, type_ids=None)#
Creates a new class instance from JSON
- Return type:
- Parameters:
json (Dict[str, Any]) –
type_ids (Dict[str, str] | None) –
- to_json()#
Converts this class instance into JSON
- Return type:
Dict[str,Any]