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"]],[["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-03-05 UTC."],[[["The latest version available for the `DriveAddOnManifest` is 2.3.0, but this documentation specifically covers version 2.0.0."],["`DriveAddOnManifest` is a sealed class that represents a Drive add-on manifest, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DriveAddOnManifest` class includes two constructors: a default constructor and one that accepts another `DriveAddOnManifest` as a parameter."],["Key properties of `DriveAddOnManifest` are `HomepageTrigger`, which overrides common homepage trigger configurations, and `OnItemsSelectedTrigger`, which defines behavior when items are selected in Drive."],["`DriveAddOnManifest` belongs to the `Google.Apps.Script.Type.Drive` namespace, within the `Google.Apps.Script.Type.dll` assembly."]]],[]]