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"]],[["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-05 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."]]],[]]