CloudFunctionCreateRequest
CloudFunctionCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| content required | 코드 내용 Example : sample | string | |
| name required | 이름 Example : sample-function-namePattern : ^[a-z][a-z0-9-]*$Minimum length : 3Maximum length : 64 | string | |
| runtime required | 런타임 Example : Node.js:20 | string | |
| tags optional | 태그 목록 | any of [array[Tag], null] |