ListCollectionIdsResponse constructor

ListCollectionIdsResponse({
  1. List<String>? collectionIds,
  2. String? nextPageToken,
})

Implementation

ListCollectionIdsResponse({this.collectionIds, this.nextPageToken});