DescribeCollectionResponse constructor

DescribeCollectionResponse({
  1. String? collectionARN,
  2. DateTime? creationTimestamp,
  3. int? faceCount,
  4. String? faceModelVersion,
})

Implementation

DescribeCollectionResponse({
  this.collectionARN,
  this.creationTimestamp,
  this.faceCount,
  this.faceModelVersion,
});