CloudFunctionCreateRequest
CloudFunctionCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| content required | Code content Example : sample | string | |
| name required | Name Example : sample-function-namePattern : ^[a-z][a-z0-9-]*$Minimum length : 3Maximum length : 64 | string | |
| runtime required | Runtime Example : Node.js:20 | string | |
| tags optional | Tag List | any of [array[Tag], null] |