PiTaskRunsResponse#

class fews_py_wrapper.models.PiTaskRunsResponse(*, task_runs=<factory>, **extra_data)[source]#

Collection model for the FEWS task-runs response.

Parameters:
  • task_runs (list[PiTaskRun])

  • 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].

task_runs: list[PiTaskRun]#