CreateCollectionResponse constructor

CreateCollectionResponse({
  1. String? collectionArn,
  2. String? faceModelVersion,
  3. int? statusCode,
})

Implementation

CreateCollectionResponse({
  this.collectionArn,
  this.faceModelVersion,
  this.statusCode,
});