SessionDirectoryListResponse interface
在会话沙箱中列出目录的响应。
属性
| entries | 目录条目。 |
| first_id | 列表中代表的第一个ID。 |
| has_more | 一个表示列表中未捕获的其他值的值。 |
| last_id | 本列表中代表的最后一个ID。 |
| path | 相对于会话主目录,列出的路径。 |
属性详细信息
entries
first_id
列表中代表的第一个ID。
first_id?: string
属性值
string
has_more
一个表示列表中未捕获的其他值的值。
has_more: boolean
属性值
boolean
last_id
本列表中代表的最后一个ID。
last_id?: string
属性值
string
path
相对于会话主目录,列出的路径。
path: string
属性值
string