public sealed class PackageOccurrence : IMessage<PackageOccurrence>, IEquatable<PackageOccurrence>, IDeepCloneable<PackageOccurrence>, IBufferMessage, IMessage
Details on how a particular software package was installed on a system.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage documents the `PackageOccurrence` class within the `Grafeas.V1` namespace, specifically focusing on version 2.3.0, and it's used to represent details about how a software package is installed on a system."],["The `PackageOccurrence` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Key properties of the `PackageOccurrence` class include `Location`, a required field indicating where package files are located in the filesystem, and `Name`, which is an output-only field that specifies the installed package's name."],["The webpage contains a list of previous versions of the `PackageOccurrence` class, ranging from version 2.2.0 all the way up to the latest 3.7.0 version."]]],[]]