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."],[[["The latest version of the `DriveAddOnManifest` class is 2.3.0, as part of the `Google.Apps.Script.Type` namespace."],["`DriveAddOnManifest` is a sealed class that serves as a manifest for Drive add-ons, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DriveAddOnManifest` class provides constructors for creating new instances and includes properties like `HomepageTrigger` and `OnItemsSelectedTrigger` to define add-on behavior."],["The `HomepageTrigger` property overrides configurations from `addOns.common.homepageTrigger` while the `OnItemsSelectedTrigger` property is for managing behavior that happens when items are chosen in Drive view."],["The documentation provides a detailed version history for `DriveAddOnManifest`, offering access to versions from 1.0.0 to the most current 2.3.0."]]],[]]