parts property

List<PartListElement>? parts
final

A list of the part sizes of the multipart upload. Each object in the array contains a RangeBytes and sha256-tree-hash name/value pair.

Implementation

final List<PartListElement>? parts;