JobSpec class
JobSpec describes how the job will look.
Constructors
- JobSpec({String? runExecutionToken, String? startExecutionToken, ExecutionTemplateSpec? template})
- JobSpec.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runExecutionToken ↔ String?
-
A unique string used as a suffix for creating a new execution.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startExecutionToken ↔ String?
-
A unique string used as a suffix for creating a new execution.
getter/setter pair
- template ↔ ExecutionTemplateSpec?
-
Describes the execution that will be created when running a job.
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