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"]],[["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-12 UTC."],[[["This document outlines the structure and functionalities of the `APT` class within the `Google.Cloud.OsConfig.V1` namespace, detailing its role as a package resource managed by APT."],["The latest version documented is 2.4.0, and there are several historical versions of the `APT` class, including versions 2.3.0, 2.2.0, 2.1.0, 2.0.0 and down to 1.3.0."],["The `APT` class, which inherits from `Object`, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document explains that you can install a package using the command `apt-get update && apt-get -y install [name]` and remove it using `apt-get -y remove [name]`."],["It lists the constructor of the APT class, and it includes the `Name` property, which is a required string to indicate the package name."]]],[]]