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"]],[["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."],[[["The `SheetsAddOnManifest` class is a sealed class within the `Google.Apps.Script.Type.Sheets` namespace, serving as a manifest for Sheets add-ons."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Apps.Script.Type.dll` assembly."],["The class has two constructors, one default constructor and another that accepts a `SheetsAddOnManifest` object for initialization."],["`SheetsAddOnManifest` includes properties like `HomepageTrigger` to override the common homepage trigger configuration and `OnFileScopeGrantedTrigger` for defining the endpoint triggered upon file scope authorization."],["There are multiple versions of the class available for use, with 2.3.0 being the latest, along with access to previous versions dating back to 1.0.0."]]],[]]