path property

List<GooglePrivacyDlpV2PathElement>? path
getter/setter pair

The entity path.

An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a root entity, the second element identifies a child of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's ancestors. A path can never be empty, and a path can have at most 100 elements.

Implementation

core.List<GooglePrivacyDlpV2PathElement>? path;