parent

override val parent: Parent(source)

The parent resource of this resource.

Note that a RootResource has a null parent. In all other cases, this attribute is non-null.

To follow the chain of parents, see hierarchy.

Implementation note. This attribute must be immutable and should always return the exact same instance.