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

Home > cloud189-sdk-docs > CreateBatchTaskRequest > taskInfos

CreateBatchTaskRequest.taskInfos property

Signature:

taskInfos: [
        {
            fileId: string;
            fileName?: string;
            isFolder: number;
            srcParentId?: string;
        }
    ];
Edit this page