public sealed class DocsAddOnManifest : IMessage<DocsAddOnManifest>, IEquatable<DocsAddOnManifest>, IDeepCloneable<DocsAddOnManifest>, 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-07-09 UTC."],[[["The latest version of the `DocsAddOnManifest` is 2.3.0, with multiple prior versions available, including 1.1.0, which the current documentation primarily covers."],["The `DocsAddOnManifest` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and contains properties `HomepageTrigger` and `OnFileScopeGrantedTrigger`, which define extension points for homepage and file scope authorization, respectively."],["The `DocsAddOnManifest` has two constructors: a default constructor and one that takes another `DocsAddOnManifest` instance as a parameter for cloning."],["Inherited members of the `Object` class include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]