Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.37 KB

ProblemLocator.md

File metadata and controls

21 lines (17 loc) · 1.37 KB

ProblemLocator

Properties

Name Type Description Notes
AffectedProject string Project (direct or indirect parent) locator. [optional] [default to null]
Build string Build locator. [optional] [default to null]
Count int32 For paginated calls, how many entities to return per page. [optional] [default to null]
CurrentlyFailing bool Is currently failing. [optional] [default to null]
CurrentlyInvestigated bool Is currently investigated. [optional] [default to null]
CurrentlyMuted bool Is currently muted. [optional] [default to null]
Id int32 Entity ID. [optional] [default to null]
Identity string [optional] [default to null]
Item string Supply multiple locators and return a union of the results. [optional] [default to null]
LookupLimit int32 Limit processing to the latest `<lookupLimit>` entities. [optional] [default to null]
Start int32 For paginated calls, from which entity to start rendering the page. [optional] [default to null]
Type_ string [optional] [default to null]

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