V3Function Custom Runtime Config
data class V3FunctionCustomRuntimeConfig(val args: List<String>? = null, val commands: List<String>? = null, val healthCheckConfig: V3FunctionCustomRuntimeConfigHealthCheckConfig? = null, val port: Int? = null)