public sealed class PackageOccurrence : IMessage<PackageOccurrence>, IEquatable<PackageOccurrence>, IDeepCloneable<PackageOccurrence>, IBufferMessage, IMessage
Details on how a particular software package was installed on a system.
Implements
IMessage < PackageOccurrence >, IEquatable < PackageOccurrence >, IDeepCloneable < PackageOccurrence >, IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
PackageOccurrence()
public PackageOccurrence()
PackageOccurrence(PackageOccurrence)
public PackageOccurrence(PackageOccurrence other)
Properties
Location
public RepeatedField<Location> Location { get; }
Required. All of the places within the filesystem versions of this package have been found.
Name
public string Name { get; set; }
Output only. The name of the installed package.

