nextpyp.client.gen.RealTimeC2SSessionSettingsSaved#
- class nextpyp.client.gen.RealTimeC2SSessionSettingsSaved#
Bases:
object(no description yet)
Methods
__init__deserializeCreates a new class instance from JSON
serialize- rtype:
str
Converts this class instance into JSON
Attributes
TYPE_IDDetails
- 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]