CreateCollectionResponse class

Constructors

CreateCollectionResponse({String? collectionArn, String? faceModelVersion, int? statusCode})
CreateCollectionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

collectionArn String?
Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
final
faceModelVersion String?
Version number of the face detection model associated with the collection you are creating.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int?
HTTP status code indicating the result of the operation.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited