google_api_container_analysis v0.4.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.UpgradeNote View Source
An Upgrade Note represents a potential upgrade of a package to a given version. For each package version combination (i.e. bash 4.0, bash 4.1, bash 4.1.2), there will be a Upgrade Note.
Attributes
distributions
(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.UpgradeDistribution.t)
, default:nil
) - Metadata about the upgrade for each specific operating system.package
(type:String.t
, default:nil
) - Required - The package this Upgrade is for.version
(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.Version.t
, default:nil
) - Required - The version of the package in machine + human readable form.
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 Sourcet() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.UpgradeNote{ distributions: [ GoogleApi.ContainerAnalysis.V1alpha1.Model.UpgradeDistribution.t() ], package: String.t(), version: GoogleApi.ContainerAnalysis.V1alpha1.Model.Version.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.