UploadListElement class

A list of in-progress multipart uploads for a vault.

Constructors

UploadListElement({String? archiveDescription, String? creationDate, String? multipartUploadId, int? partSizeInBytes, String? vaultARN})
UploadListElement.fromJson(Map<String, dynamic> json)
factory

Properties

archiveDescription String?
The description of the archive that was specified in the Initiate Multipart Upload request.
final
creationDate String?
The UTC time at which the multipart upload was initiated.
final
hashCode int
The hash code for this object.
no setterinherited
multipartUploadId String?
The ID of a multipart upload.
final
partSizeInBytes int?
The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vaultARN String?
The Amazon Resource Name (ARN) of the vault that contains the archive.
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