relationType property
The relation between the member and the transitive group. Possible string values are:
- "RELATION_TYPE_UNSPECIFIED" : The relation type is undefined or undetermined.
- "DIRECT" : The two entities have only a direct membership with each other.
- "INDIRECT" : The two entities have only an indirect membership with each other.
- "DIRECT_AND_INDIRECT" : The two entities have both a direct and an indirect membership with each other.
Implementation
core.String? relationType;