parentContexts property

List<String>? parentContexts
getter/setter pair

A list of resource names of Contexts that are parents of this Context.

A Context may have at most 10 parent_contexts.

Output only.

Implementation

core.List<core.String>? parentContexts;