preferredVersions

@JvmName(name = "lentvhbjtqnaifkg")
suspend fun preferredVersions(value: List<String>?)

Parameters

value

Ordered list of preferred engine versions. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. If both the version and preferred_versions arguments are not configured, the data source will return the default version for the engine.


@JvmName(name = "lwhvuqrvymjeglvl")
suspend fun preferredVersions(vararg values: String)

Parameters

values

Ordered list of preferred engine versions. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. If both the version and preferred_versions arguments are not configured, the data source will return the default version for the engine.