OBJECT

ResUnifiedStorageResourcesDto

저장소 Resource 목록 조회 정보

link GraphQL Schema definition

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

link Require by