PiParametersResponse#

class fews_py_wrapper.models.PiParametersResponse(*, version=None, parameters=<factory>)[source]#

Collection model for the FEWS PI time-series parameters response.

Parameters:
version: str | None#
parameters: list[PiParameter]#
model_config = {'extra': 'forbid', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].