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

Image Version information

Attributes

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

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: any(),
  isDefault: any(),
  supportedPythonVersions: [any()]
}

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.