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;