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 latest version available for `SheetsAddOnManifest` is 2.3.0, with versions ranging from 1.0.0 to 2.3.0 documented."],["`SheetsAddOnManifest` is a sealed class that represents the manifest for Sheets add-ons and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are two constructors for `SheetsAddOnManifest`: a default constructor and one that takes another `SheetsAddOnManifest` object as a parameter."],["The `SheetsAddOnManifest` class has two main properties: `HomepageTrigger`, which overrides common homepage trigger configurations, and `OnFileScopeGrantedTrigger`, an endpoint executed upon file scope authorization."]]],[]]