parent property

String? parent
getter/setter pair

The immediate parent of the GlossaryTerm in the resource-hierarchy.

It can either be a Glossary or a GlossaryCategory. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} OR projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}

Required.

Implementation

core.String? parent;