NotebookExecutionSummary class
Constructors
- NotebookExecutionSummary({String? editorId, DateTime? endTime, String? notebookExecutionId, String? notebookExecutionName, DateTime? startTime, NotebookExecutionStatus? status})
-
NotebookExecutionSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- editorId → String?
-
The unique identifier of the editor associated with the notebook execution.
final
- endTime → DateTime?
-
The timestamp when notebook execution started.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- notebookExecutionId → String?
-
The unique identifier of the notebook execution.
final
- notebookExecutionName → String?
-
The name of the notebook execution.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
The timestamp when notebook execution started.
final
- status → NotebookExecutionStatus?
-
The status of the notebook execution.
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