collectionIds property

List<String>? collectionIds
getter/setter pair

IDs of the collection groups to import.

Unspecified means all collection groups that were included in the export. Each collection group in this list must be unique.

Implementation

core.List<core.String>? collectionIds;