Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface SmsDownloadDetail

    다운로드 상세 정보

    docs/nhn-sms-api/16-download.md

    interface SmsDownloadDetail {
        downloadId: number;
        downloadType?: string;
        status: SmsDownloadStatus;
        downloadStatusCode?: string;
        fileName?: string;
        downloadUrl?: string;
        createDate: string;
        completeDate?: string;
    }
    Index

    Properties

    downloadId: number

    다운로드 ID

    downloadType?: string

    다운로드 타입

    다운로드 상태 (READY, MAKING, COMPLETED, FAILED, EXPIRED)

    downloadStatusCode?: string

    downloadStatusCode 대신 status 사용 권장

    fileName?: string

    파일 이름

    downloadUrl?: string

    다운로드 URL

    createDate: string

    생성 일시

    completeDate?: string

    완료 일시