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