public sealed class DriveAddOnManifest : IMessage<DriveAddOnManifest>, IEquatable<DriveAddOnManifest>, IDeepCloneable<DriveAddOnManifest>, 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-07 UTC."],[[["This page provides documentation for the `DriveAddOnManifest` class, which is used to define the manifest for a Google Drive add-on."],["The `DriveAddOnManifest` class is part of the `Google.Apps.Script.Type.Drive` namespace and is found in the `Google.Apps.Script.Type.dll` assembly."],["The latest version documented is 2.3.0, and there are also several prior versions listed, ranging down to version 1.0.0."],["`DriveAddOnManifest` has two constructors, one for default initialization and another that takes an existing `DriveAddOnManifest` object as a parameter."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes properties like `HomepageTrigger` and `OnItemsSelectedTrigger` for defining add-on behavior."]]],[]]