collectionIds property

List<String>? collectionIds
getter/setter pair

IDs of the collection groups to delete.

Unspecified means all collection groups. Each collection group in this list must be unique.

Optional.

Implementation

core.List<core.String>? collectionIds;