GetUploadStatusResponse class

Constructors

GetUploadStatusResponse({required DateTime createdDate, required String uploadId, required UploadStatus uploadStatus, List<String>? failureReason, String? namespaceArn, String? namespaceName, int? namespaceVersion})
GetUploadStatusResponse.fromJson(Map<String, dynamic> json)
factory

Properties

createdDate DateTime
The date at which the upload was created.
final
failureReason List<String>?
The reason for an upload failure.
final
hashCode int
The hash code for this object.
no setterinherited
namespaceArn String?
The ARN of the upload.
final
namespaceName String?
The name of the upload's namespace.
final
namespaceVersion int?
The version of the user's namespace. Defaults to the latest version of the user's namespace.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadId String
The ID of the upload.
final
uploadStatus UploadStatus
The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.
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