Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.81 KB

ProjectsFilterModel.md

File metadata and controls

19 lines (16 loc) · 1.81 KB

ProjectsFilterModel

Properties

Name Type Description Notes
name String Specifies a project name to search for [optional] [default to null]
isFavorite Boolean Specifies a project favorite status to search for [optional] [default to null]
isDeleted Boolean Specifies a project deleted status to search for [optional] [default to null]
testCasesCount Int32RangeSelectorModel Specifies a project range of test cases count to search for [optional] [default to null]
checklistsCount Int32RangeSelectorModel Specifies a project range of checklists count to search for [optional] [default to null]
sharedStepsCount Int32RangeSelectorModel Specifies a project range of shared steps count to search for [optional] [default to null]
autotestsCount Int32RangeSelectorModel Specifies a project range of autotests count to search for [optional] [default to null]
globalIds Set Specifies a project global IDs to search for [optional] [default to null]
createdDate DateTimeRangeSelectorModel Specifies a project range of creation date to search for [optional] [default to null]
createdByIds Set Specifies an autotest creator IDs to search for [optional] [default to null]
types Set Collection of project types to search for [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]