Show / Hide Table of Contents

Class Location

An occurrence of a particular package installation found within a system's filesystem. E.g., glibc was found in /var/lib/dpkg/status.

Inheritance
object
Location
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class Location : IDirectResponseSchema

Properties

CpeUri

Deprecated. The CPE URI in CPE format

Declaration
[JsonProperty("cpeUri")]
public virtual string CpeUri { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Path

The path from which we gathered that this package/version is installed.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

Version

Deprecated. The version installed at this location.

Declaration
[JsonProperty("version")]
public virtual Version Version { get; set; }
Property Value
Type Description
Version

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX