GetRuntimeVersionsPlainArgs

data class GetRuntimeVersionsPlainArgs(val runtimeVersions: List<GetRuntimeVersionsRuntimeVersion>? = null) : ConvertibleToJava<GetRuntimeVersionsPlainArgs>

A collection of arguments for invoking getRuntimeVersions.

Constructors

Link copied to clipboard
constructor(runtimeVersions: List<GetRuntimeVersionsRuntimeVersion>? = null)

Properties

Link copied to clipboard

List of runtime versions. See runtime_versions attribute reference.

Functions

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