ProjectDescription class
A description of a Amazon Rekognition Custom Labels project.
Constructors
- ProjectDescription({DateTime? creationTimestamp, String? projectArn, ProjectStatus? status})
-
ProjectDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTimestamp → DateTime?
-
The Unix timestamp for the date and time that the project was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- projectArn → String?
-
The Amazon Resource Name (ARN) of the project.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ProjectStatus?
-
The current status of the project.
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