Record
upload-deploy-function-params
No description available.
record upload-deploy-function-params {
deploy-id: string,
name: string,
runtime: option<string>,
size: option<s32>,
x-nf-retry-count: option<s32>,
body: string,
}Fields
| Name | Type | Description |
|---|---|---|
| deploy-id | string | |
| name | string | |
| runtime | option<string> | |
| size | option<s32> | |
| x-nf-retry-count | option<s32> | |
| body | string |