BatchStopJobRunResponse class

Properties

errors List<BatchStopJobRunError>?
A list of the errors that were encountered in trying to stop JobRuns, including the JobRunId for which each error was encountered and details about the error.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successfulSubmissions List<BatchStopJobRunSuccessfulSubmission>?
A list of the JobRuns that were successfully submitted for stopping.
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