[[["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."],[[["The `PackageNote` class represents a package that is distributed across multiple channels, like how glibc (libc6) is distributed in different versions."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checking, deep cloning, and buffer operations."],["It offers two constructors: a default `PackageNote()` and a `PackageNote(PackageNote other)` for creating instances, with the latter allowing for the cloning of an existing PackageNote."],["The `Distribution` property, a `RepeatedField` of `Distribution` objects, lists the channels through which a package is available."],["The `Name` property, of type `String`, stores the immutable name of the package, which is required upon creation."]]],[]]