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 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."]]],[]]