public sealed class APT : IMessage<OSPolicy.Types.Resource.Types.PackageResource.Types.APT>, IEquatable<OSPolicy.Types.Resource.Types.PackageResource.Types.APT>, IDeepCloneable<OSPolicy.Types.Resource.Types.PackageResource.Types.APT>, IBufferMessage, IMessage
[[["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-02 UTC."],[[["This webpage details the `APT` class within the `Google.Cloud.OsConfig.V1` namespace, specifically related to managing packages via APT."],["The `APT` class is a sealed class implementing interfaces for message handling, equality comparison, deep cloning, and buffer messages, as well as inheriting from `Object`."],["The latest version documented is 2.4.0, with multiple historical versions available, ranging back to version 1.3.0."],["The class provides methods for installing and removing packages using APT commands such as `apt-get update && apt-get -y install [name]` and `apt-get -y remove [name]`, respectively."],["The class `APT` has a constructor which can take in another `APT` class as a parameter, and a property `Name` which is of type string, representing the name of the package."]]],[]]