relationType property

String? relationType
getter/setter pair

The relation between the group and the transitive member. 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;