PiLocationsResponse#
- class fews_py_wrapper.models.PiLocationsResponse(*, version=None, geoDatum=None, locations=<factory>, **extra_data)[source]#
Collection model for the FEWS PI locations response.
- Parameters:
version (str | None)
geoDatum (str | None)
locations (list[PiLocation])
extra_data (Any)
- version: str | None#
- geo_datum: str | None#
- locations: list[PiLocation]#
- 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].