OBJECT
파일 상세 정보
type FsEntityFileInfoDto {# 파일 타입type: String # 해시값hash: String # 본문 내용contents: String # 버전 (필수)revision: String! # 버전 가중치 (필수)revisionWeight: Long! # softcamp 암호화 여부 (필수)encrypted: Boolean! # 썸네일 정보thumbs: [String] # 추출 상태extractionStatus: Int # 추출 결과 메시지extractionMsg: String # 추출 요청 시간extractionReqDate: Long # 추출 응답 시간extractionResDate: Long # 문서 아이디docId: String # 문서 부모 아이디docParentId: String }