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, with the latest version being 2.3.0 and the base being 1.0.0."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It can be constructed using a default constructor `SheetsAddOnManifest()` or by copying another `SheetsAddOnManifest` object via `SheetsAddOnManifest(SheetsAddOnManifest other)`."],["The `SheetsAddOnManifest` includes properties such as `HomepageTrigger`, which can override common homepage trigger settings, and `OnFileScopeGrantedTrigger`, which defines the endpoint for file scope authorization."]]],[]]