tree property
The type of tree the entity belongs to. Possible string values are:
- "TREE_TYPE_UNSPECIFIED" : Tree type unspecified.
- "SOURCE" : Tree of entities loaded from a source database.
- "DRAFT" : Tree of entities converted from the source tree using the mapping rules.
- "DESTINATION" : Tree of entities observed on the destination database.
Implementation
core.String? tree;