nextpyp.client.gen.PreprocessingFilter#

class nextpyp.client.gen.PreprocessingFilter#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

PreprocessingFilter

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

name

(no description yet)

ranges

(no description yet)

excluded_ids

(no description yet)

Details

__init__(name, ranges, excluded_ids)#
Parameters:
Return type:

None

excluded_ids: List[str]#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

PreprocessingFilter

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

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

name: str#

(no description yet)

ranges: List[PreprocessingPropRange]#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]