| buildId | String | the buildId for the engine | [optional] |
| containerConfig | HostActionLaunchContainerConfig | | [optional] |
| containerType | ContainerTypeEnum | | [optional] |
| coreID | String | core system id of graphql | [optional] |
| coreToken | String | The core token of the current user. | [optional] |
| dockerContainerName | String | Docker container name to launch | [optional] |
| dockerImage | String | Docker image to launch | [optional] |
| engineId | String | The id of the engine to launch | [optional] |
| env | List<EnvKeyValue> | | [optional] |
| hostId | String | HostID of the node-red container | [optional] |
| isLatest | Boolean | request revision_id was latest (used for autosave purposes) | [optional] |
| isService | Boolean | The request type is studio or service (true = studio, false = service) | [optional] |
| launchId | UUID | The Launch ID to use for the launch | [optional] |
| name | String | The name of the engine or process to launch. This is informational only. | [optional] |
| port | String | Port of the node-red container | [optional] |
| revisionId | String | the flow revisionId for the flow engine | [optional] |
| runtimeTTL | Integer | Seconds to run | [optional] |
| softMinMemory | Long | | [optional] |
| softMinvCPU | Integer | | [optional] |
| userId | String | The userId of core token | [optional] |