Class PackageVersion
Inheritance
PackageVersion
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class PackageVersion : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Licenses
The licenses associated with this package. Note that this has to go on the PackageVersion level, because we
can have cases with images with the same source having different licences. E.g. in Alpine, musl and
musl-utils both have the same origin musl, but have different sets of licenses.
Declaration
[JsonProperty("licenses")]
public virtual IList<string> Licenses { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Version
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Implements