Class UpgradeNote
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.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class UpgradeNote : IDirectResponseSchema
Properties
Distributions
Metadata about the upgrade for each specific operating system.
Declaration
[JsonProperty("distributions")]
public virtual IList<UpgradeDistribution> Distributions { get; set; }
Property Value
Type | Description |
---|---|
IList<UpgradeDistribution> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Package
Required - The package this Upgrade is for.
Declaration
[JsonProperty("package")]
public virtual string Package { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Required - The version of the package in machine + human readable form.
Declaration
[JsonProperty("version")]
public virtual Version Version { get; set; }
Property Value
Type | Description |
---|---|
Version |