public sealed class DriveAddOnManifest : IMessage<DriveAddOnManifest>, IEquatable<DriveAddOnManifest>, IDeepCloneable<DriveAddOnManifest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class DriveAddOnManifest.
[[["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 within the `Google.Apps.Script.Type` namespace, specifically for version 2.1.0."],["The `DriveAddOnManifest` class is a sealed class that represents the manifest for a Drive add-on and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base object class and provides two constructors: a default constructor and one that accepts another `DriveAddOnManifest` object."],["The `DriveAddOnManifest` class has two key properties: `HomepageTrigger`, which overrides the common homepage trigger, and `OnItemsSelectedTrigger`, which defines the behavior when items are selected in Drive."],["The most recent version of the documentation is 2.3.0, and this page also contains links to the documentation of the past versions."]]],[]]