dependencyType property
The type of dependency. Possible string values are:
- "DEPENDENCY_TYPE_UNSPECIFIED" : Dependency type unspecified.
- "EXACT_COPY" : Exact data copy without any change.
- "OTHER" : Other types of dependencies like filtering or grouping.
Implementation
core.String? dependencyType;