ancestor property

List<Ancestor>? ancestor
getter/setter pair

Ancestors are ordered from bottom to top of the resource hierarchy.

The first ancestor is the project itself, followed by the project's parent, etc..

Implementation

core.List<Ancestor>? ancestor;