type property
The reference type of the Entry.
Required. Immutable. Possible string values are:
- "UNSPECIFIED" : Unspecified reference type. Implies that the Entry is referenced in a non-directional Entry Link.
- "SOURCE" : The Entry is referenced as the source of the directional Entry Link.
- "TARGET" : The Entry is referenced as the target of the directional Entry Link.
Implementation
core.String? type;