StandardAppVersionLibrary

data class StandardAppVersionLibrary(val name: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the library. Example "django".

Link copied to clipboard
val version: String? = null

Version of the library to select, or "latest".