ExportArchivedIssuesTaskProgressResponse class
The response for status request for a running/completed export task.
Constructors
Properties
- fileUrl → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- payload → String?
-
final
- progress → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
- submittedTime → DateTime?
-
final
- taskId → String?
-
final
Methods
-
copyWith(
{String? fileUrl, String? payload, int? progress, String? status, DateTime? submittedTime, String? taskId}) → ExportArchivedIssuesTaskProgressResponse -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited