Code
Code
| Name | Description | Schema | Default |
|---|---|---|---|
| class_name optional | 클래스명 Example : com.example.Handler | any of [string, null] | |
| code_text optional | 코드 내용 Example : ZXhwb3J0cy5oYW5kbGVSZXF1ZXN0ID0gYXN5bmM== | any of [string, null] | |
| code_type required | 코드 유형 Example : text | string | |
| file_name optional | 파일명 Example : sample | any of [string, null] | |
| file_transfer_status optional | 파일 전송 상태 Example : sample | any of [string, null] | |
| file_upload_at optional | 파일 업로드 시간 Example : 2025-05-17 00:23:17 | any of [string, null] | |
| method_name optional | 메소드명 Example : handleRequest | any of [string, null] | |
| runtime required | 런타임 Example : Node.js:20 | string |