nextpyp.client.gen.PreprocessingPropRange#

class nextpyp.client.gen.PreprocessingPropRange#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

PreprocessingPropRange

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

prop_id

must be one of PreprocessingDataProperty.id

min

(no description yet)

max

(no description yet)

Details

__init__(prop_id, min, max)#
Parameters:
  • prop_id (str) –

  • min (float) –

  • max (float) –

Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

PreprocessingPropRange

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

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

max: float#

(no description yet)

min: float#

(no description yet)

prop_id: str#

must be one of PreprocessingDataProperty.id

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]