inherited property

bool? inherited
getter/setter pair

Indicates the inheritance status of a tag value attached to the given resource.

If the tag value is inherited from one of the resource's ancestors, inherited will be true. If false, then the tag value is directly attached to the resource, inherited will be false.

Implementation

core.bool? inherited;