ExportTaskExecutionInfo class

Represents the status of an export task.

Constructors

ExportTaskExecutionInfo({int? completionTime, int? creationTime})
ExportTaskExecutionInfo.fromJson(Map<String, dynamic> json)
factory

Properties

completionTime int?
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
final
creationTime int?
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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