TemplateExportRequestResponse

Prev Next

설명

템플릿 백업(Json) 다운로드 요청 목록 내용

구문

private Long sid;
private Long projectSid;
private NesDateTime requestUtc;
private NesDateTime completeUtc;
private String elapsedTime;
private TemplateBackupStatus statusCode;
private String downloadUrl;

필드

항목 필수 여부 타입 제약 사항 설명
sid Yes Long 템플릿 json 생성 요청 id
projectSid Yes Long 사용자 프로젝트 id
requestUtc Yes NesDateTime 생성 요청 시간
completeUtc No NesDateTime 파일 생성 완료 시간
elapsedTime No String 파일 생성 소요 시간
statusCode Yes TemplateBackupStatus 생성 요청 상태
downloadUrl No String 생성한 파일 다운로드 url