public sealed class DocsAddOnManifest : IMessage<DocsAddOnManifest>, IEquatable<DocsAddOnManifest>, IDeepCloneable<DocsAddOnManifest>, 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-21 UTC."],[[["This webpage details the `DocsAddOnManifest` class, which is a sealed class within the `Google.Apps.Script.Type.Docs` namespace and is part of the `Google.Apps.Script.Type.dll` assembly."],["The `DocsAddOnManifest` class represents a manifest for Docs add-ons, inheriting from `Object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `DocsAddOnManifest`: a default constructor and one that takes another `DocsAddOnManifest` object as a parameter to create a copy."],["The `DocsAddOnManifest` class includes properties `HomepageTrigger` and `OnFileScopeGrantedTrigger`, which define extension points for add-on behavior, such as overriding the homepage trigger and specifying an endpoint when file scope authorization is granted."],["The different versions available on the page are version 1.0.0, 1.1.0, 2.0.0, 2.1.0, 2.2.0, and 2.3.0 (latest)."]]],[]]