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, which provides details about how a specific software package is installed on a system."],["The `PackageOccurrence` class, found within the `Grafeas.V1` namespace, is available in version 2.2.0, which implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PackageOccurrence` class contains two key properties, `Location`, a `RepeatedField` that holds all filesystem locations where versions of the package are found, and `Name`, a string representing the installed package's name."],["The webpage also provides links to the documentation of various older and newer versions, from 2.2.0 up to the current latest 3.7.0 version, of the `PackageOccurrence`."],["The class can be constructed using either an empty constructor, `PackageOccurrence()`, or one that takes another instance of the class as a parameter, `PackageOccurrence(PackageOccurrence other)`."]]],[]]