PlacementSummary class
An object providing summary information for a particular placement.
Constructors
- PlacementSummary({required DateTime createdDate, required String placementName, required String projectName, required DateTime updatedDate})
-
PlacementSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdDate → DateTime
-
The date when the placement was originally created, in UNIX epoch time
format.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- placementName → String
-
The name of the placement being summarized.
final
- projectName → String
-
The name of the project containing the placement.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedDate → DateTime
-
The date when the placement was last updated, in UNIX epoch time format. If
the placement was not updated, then
createdDate
andupdatedDate
are the same.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