Class LicensesSummary
Per license count
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class LicensesSummary : IDirectResponseSchema
Properties
Count
The number of fixable vulnerabilities associated with this resource.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
License
The license of the package. Note that the format of this value is not guaranteed. It may be nil, an empty string, a boolean value (A | B), a differently formed boolean value (A OR B), etc...
Declaration
[JsonProperty("license")]
public virtual string License { get; set; }
Property Value
Type | Description |
---|---|
string |