Vinyl
    Preparing search index...

    Interface GetZipDownloadURLsResponse

    interface GetZipDownloadURLsResponse {
        fileName?: string;
        remainingDownloadCount?: number;
        requestId: string;
        signature: string;
        statusCode: UrlStatusCode;
        statusMessage: string;
        urlList: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    fileName?: string
    remainingDownloadCount?: number
    requestId: string
    signature: string
    statusCode: UrlStatusCode
    statusMessage: string
    urlList: string[]