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

Home > cloud189-sdk-docs > CloudClient > getListFiles

CloudClient.getListFiles() method

获取文件列表

Signature:

getListFiles(pageQuery?: PageQuery, familyId?: string): Promise<FileListResponse>;

Parameters

Parameter

Type

Description

pageQuery

PageQuery

(Optional) 查询参数

familyId

string

(Optional)

**Returns:**

Promise<FileListResponse>

Edit this page