collectionIds property

List<String>? collectionIds
getter/setter pair

Which collection IDs to export.

Unspecified means all collections. Each collection ID in this list must be unique.

Implementation

core.List<core.String>? collectionIds;