Assignment class
An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
Constructors
- Assignment({String? assignee, String? jobType, String? name, String? state})
- Assignment.fromJson(Map json_)
Properties
- assignee ↔ String?
-
The resource which will use the reservation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobType ↔ String?
-
Which type of jobs will use the reservation.
Possible string values are:
getter/setter pair
- name ↔ String?
-
Name of the resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the assignment.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited