nemo_microservices.types.intake.apps.task_list_params#
Module Contents#
Classes#
API#
- class nemo_microservices.types.intake.apps.task_list_params.TaskListParams#
Bases:
typing_extensions.TypedDict- filter: nemo_microservices.types.intake.apps.task_filter_param.TaskFilterParam#
None
Filter tasks on various criteria.
- namespace: typing_extensions.Required[str]#
None
- page: int#
None
Page number.
- page_size: int#
None
Page size.
- search: nemo_microservices.types.intake.apps.task_search_param.TaskSearchParam#
None
Search tasks using substring matching.
For example:
?search[name]=chat: searches all tasks with ‘chat’ in the name.?search[description]=support: searches all tasks with ‘support’ in the description.
- sort: nemo_microservices.types.intake.apps.task_sort_field.TaskSortField#
None
Sort fields for Tasks.