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, a package management resource within the `Google.Cloud.OsConfig.V1` namespace for version 1.6.0, with documentation available for versions ranging from 1.3.0 to 2.4.0."],["The `APT` class is designed to handle packages managed by APT, providing methods for package installation using `apt-get update && apt-get -y install [name]` and removal using `apt-get -y remove [name]`."],["The `APT` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default constructor `APT()` and another that takes an existing `OSPolicy.Types.Resource.Types.PackageResource.Types.APT` object as a parameter."],["The class has one required property `Name` which represents the name of the package and is of type String."]]],[]]