OBJECT
저장소 Resource 목록 조회 정보
type ResUnifiedStorageResourcesDto {# 저장소 아이디unifiedStorageId: String # 요청한 폴더 아이디folderId: String # 요청한 폴더 경로folderPath: String # 분할 요청시 다음 페이지 조회를 위한 값pageMarker: String # Resource 목록fileList: [UnifiedStorageResourceDto] }