PiWhatIfScenariosResponse#
- class fews_py_wrapper.models.PiWhatIfScenariosResponse(*, scenario_descriptors=<factory>, **extra_data)[source]#
Collection model for the FEWS what-if scenarios response.
- Parameters:
scenario_descriptors (list[PiWhatIfScenarioDescriptor])
extra_data (Any)
- model_config = {'extra': 'allow', '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].
- scenario_descriptors: list[PiWhatIfScenarioDescriptor]#