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"]],[["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-21 UTC."],[[["This documentation provides reference information and code samples for the `DriveAddOnManifest` class within the `Google.Apps.Script.Type` namespace, specifically version 2.2.0."],["The `DriveAddOnManifest` class serves as a manifest for Drive add-ons, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details two constructors for the `DriveAddOnManifest` class: a default constructor and a constructor that accepts another `DriveAddOnManifest` object as a parameter."],["The `DriveAddOnManifest` class includes properties such as `HomepageTrigger` to configure homepage behavior, and `OnItemsSelectedTrigger` to define actions upon item selection in Drive views."],["The latest version of the documentation available is 2.3.0, with older versions ranging down to 1.0.0."]]],[]]