ListCollectionsResponse constructor

ListCollectionsResponse({
  1. List<String>? collectionIds,
  2. List<String>? faceModelVersions,
  3. String? nextToken,
})

Implementation

ListCollectionsResponse({
  this.collectionIds,
  this.faceModelVersions,
  this.nextToken,
});