QueryType
Enum representing the type of query to perform on DevOps objects.
Values
| Value | Description |
|---|---|
| CHILDREN | Query children of a given object. This is used to get the direct children of a parent object. |
| DESCENDANTS | Query all descendants of a given object. This is used to get all the descendants in the hierarchy of the parent object. |