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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]