public sealed class SheetsAddOnManifest : IMessage<SheetsAddOnManifest>, IEquatable<SheetsAddOnManifest>, IDeepCloneable<SheetsAddOnManifest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class SheetsAddOnManifest.
[[["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 for the `SheetsAddOnManifest` class within the `Google.Apps.Script.Type` namespace, detailing its structure and usage."],["The `SheetsAddOnManifest` class, a sealed class, represents the manifest for Sheets add-ons and inherits from `object` while implementing several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the documentation available is 2.3.0, and there are several previous versions listed, ranging back to version 1.0.0."],["The class includes properties like `HomepageTrigger` and `OnFileScopeGrantedTrigger`, which define extension points for a homepage and when file scope authorization is granted."],["The class has inherited members from object, including methods like `GetHashCode()`, `GetType()` and `ToString()`, as well as two constructors."]]],[]]