google_api_composer v0.6.0 GoogleApi.Composer.V1beta1.Model.ImageVersion View Source

Image Version information

Attributes

  • imageVersionId (type: String.t, default: nil) - The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b(.c)"
  • isDefault (type: boolean(), default: nil) - Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
  • supportedPythonVersions (type: list(String.t), default: nil) - supported python versions

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Composer.V1beta1.Model.ImageVersion{
  imageVersionId: String.t(),
  isDefault: boolean(),
  supportedPythonVersions: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.