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, found in the `Google.Apps.Script.Type.Sheets` namespace, serves as a manifest for Sheets add-ons, providing configuration details."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer management."],["The `SheetsAddOnManifest` class has properties like `HomepageTrigger` and `OnFileScopeGrantedTrigger`, allowing for the customization of the homepage and defining actions when file scope authorization is granted."],["The documentation includes version history from 1.0.0 to the latest 2.3.0 and highlights the current version being detailed as 2.2.0, enabling users to reference past iterations."],["The class inherits members from the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, and provides two constructors: a default one and another that accepts a `SheetsAddOnManifest` object."]]],[]]