GetImageVersionsImageVersion

data class GetImageVersionsImageVersion(val imageVersionId: String, val supportedPythonVersions: List<String>)

Constructors

Link copied to clipboard
constructor(imageVersionId: String, supportedPythonVersions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The string identifier of the image version, in the form: "composer-x.y.z-airflow-a.b.c"

Link copied to clipboard

Supported python versions for this image version