cloud189-sdkcloud189-sdk
  • 介绍
  • 快速上手
  • 更新日志
API
GitHub
  • 介绍
  • 快速上手
  • 更新日志
API
GitHub

Home > cloud189-sdk-docs > UploadCommitResponse > file

UploadCommitResponse.file property

Signature:

file: {
        userFileId: string;
        fileName: string;
        fileSize: number;
        fileMd5: string;
        createDate: string;
        rev: number;
        userId: number;
    };
Edit this page