referencedEntryScopes property

List<String>? referencedEntryScopes
getter/setter pair

Defines the scope of entries that can be referenced in the entry links.Currently, projects are supported as valid scopes.

Format: projects/{project_number_or_id}If the metadata import file attempts to create an entry link which references an entry that is not in the scope, the import job will skip that entry link.

Optional.

Implementation

core.List<core.String>? referencedEntryScopes;