| Name | Type | Description | Notes |
|---|---|---|---|
| name | str, none_type | Specifies a project name to search for | [optional] |
| is_favorite | bool, none_type | Specifies a project favorite status to search for | [optional] |
| is_deleted | bool, none_type | Specifies a project deleted status to search for | [optional] |
| test_cases_count | ProjectsFilterModelTestCasesCount | [optional] | |
| checklists_count | ProjectsFilterModelChecklistsCount | [optional] | |
| shared_steps_count | ProjectsFilterModelSharedStepsCount | [optional] | |
| autotests_count | ProjectsFilterModelAutotestsCount | [optional] | |
| global_ids | [int], none_type | Specifies a project global IDs to search for | [optional] |
| created_date | ProjectsFilterModelCreatedDate | [optional] | |
| created_by_ids | [str], none_type | Specifies an autotest creator IDs to search for | [optional] |
| types | [ProjectTypeModel], none_type | Collection of project types to search for | [optional] |