nextpyp.client.gen.RealTimeS2CUpdatedParameters#

class nextpyp.client.gen.RealTimeS2CUpdatedParameters#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeS2CUpdatedParameters

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

pyp_stats

(no description yet)

images_scale

(no description yet)

Details

__init__(pyp_stats, images_scale)#
Parameters:
Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeS2CUpdatedParameters

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

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

images_scale: ImagesScale#

(no description yet)

pyp_stats: PypStats#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]