GetRuntimeVersionPlainArgs

data class GetRuntimeVersionPlainArgs(val latest: Boolean? = null, val prefix: String, val version: String? = null) : ConvertibleToJava<GetRuntimeVersionPlainArgs>

A collection of arguments for invoking getRuntimeVersion.

Constructors

Link copied to clipboard
constructor(latest: Boolean? = null, prefix: String, version: String? = null)

Properties

Link copied to clipboard
val latest: Boolean? = null

Whether the latest version of the runtime should be fetched. Conflicts with version. Valid values: true.

Link copied to clipboard

Name prefix of the runtime version (for example, syn-nodejs-puppeteer). The following arguments are optional:

Link copied to clipboard
val version: String? = null

Version of the runtime to be fetched (for example, 9.0). Conflicts with latest.

Functions

Link copied to clipboard
open override fun toJava(): GetRuntimeVersionPlainArgs