PlacementDescription class
An object describing a project's placement.
Constructors
Properties
-
attributes
→ Map<
String, String> -
The user-defined attributes associated with the placement.
final
- createdDate → DateTime
-
The date when the placement was initially created, in UNIX epoch time
format.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- placementName → String
-
The name of the placement.
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