ArrayPropertiesDetail class
An object representing the array properties of a job.
Constructors
-
ArrayPropertiesDetail({int? index, int? size, Map<
String, int> ? statusSummary}) -
ArrayPropertiesDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int?
-
The job index within the array that's associated with this job. This
parameter is returned for array job children.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
The size of the array job. This parameter is returned for parent array jobs.
final
-
statusSummary
→ Map<
String, int> ? -
A summary of the number of array job children in each available job status.
This parameter is returned for parent array jobs.
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