public sealed class SheetsAddOnManifest : IMessage<SheetsAddOnManifest>, IEquatable<SheetsAddOnManifest>, IDeepCloneable<SheetsAddOnManifest>, IBufferMessage, IMessage
[[["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 representing a Sheets add-on manifest, which implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the `Object` class and provides implementations for `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class offers two constructors: a default constructor `SheetsAddOnManifest()` and a copy constructor `SheetsAddOnManifest(SheetsAddOnManifest other)`."],["`SheetsAddOnManifest` contains two properties, `HomepageTrigger` and `OnFileScopeGrantedTrigger`, that can be set to define extension points within the sheets."],["The document provides links to older versions and the most recent version, 2.3.0, of the SheetsAddOnManifest, all of which are under the Google.Apps.Script.Type.Sheets namespace."]]],[]]