Stratal API Reference
    Preparing search index...

    Interface ListPartsResult

    Result of listing parts

    interface ListPartsResult {
        isTruncated: boolean;
        nextPartNumberMarker?: string;
        parts: PartInfo[];
    }
    Index

    Properties

    isTruncated: boolean

    Whether there are more parts

    nextPartNumberMarker?: string

    Marker for next page

    parts: PartInfo[]

    List of uploaded parts