parentId property

String? parentId
getter/setter pair

The ID of the parent DataAttribute resource, should belong to the same data taxonomy.

Circular dependency in parent chain is not valid. Maximum depth of the hierarchy allowed is 4. a -> b -> c -> d -> e, depth = 4

Optional.

Implementation

core.String? parentId;