Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 606 Bytes

Filter.md

File metadata and controls

25 lines (18 loc) · 606 Bytes

Filter

Properties

Name Type Description Notes
id Integer
name String
author Integer ID of a user
projectScope ProjectScopeEnum
specifiedProject Integer ID of a project
filterQuery FilterQuery
_public Boolean

Enum: ProjectScopeEnum

Name Value
ALL "ALL"
CURRENT "CURRENT"
SPECIFIED "SPECIFIED"