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."],[[["The `DriveAddOnManifest` class is a sealed class representing a Drive add-on manifest, which is part of the `Google.Apps.Script.Type.Drive` namespace within the `Google.Apps.Script.Type.dll` assembly."],["This class inherits from `Object` and implements multiple interfaces: `IMessage\u003cDriveAddOnManifest\u003e`, `IEquatable\u003cDriveAddOnManifest\u003e`, `IDeepCloneable\u003cDriveAddOnManifest\u003e`, `IBufferMessage`, and `IMessage`."],["It includes two constructors: a default constructor `DriveAddOnManifest()` and an overloaded constructor `DriveAddOnManifest(DriveAddOnManifest other)` that takes another `DriveAddOnManifest` instance as a parameter."],["The class contains two properties `HomepageTrigger` and `OnItemsSelectedTrigger`, which are of type `HomepageExtensionPoint` and `DriveExtensionPoint`, respectively, allowing configuration for a homepage trigger and behavior when items are selected."],["Version 2.3.0 is the latest documented version of `DriveAddOnManifest`, with versions ranging back to 1.0.0."]]],[]]