parentName property

String? parentName
getter/setter pair

The name of the group's parent, if it has one.

The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, "".

Implementation

core.String? parentName;