[[["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."],[[["\u003cp\u003eThis document provides reference documentation and code samples for the \u003ccode\u003eAddOnWidgetSet\u003c/code\u003e class within the \u003ccode\u003eGoogle.Apps.Script.Type\u003c/code\u003e namespace, detailing its structure and functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAddOnWidgetSet\u003c/code\u003e class is a sealed class that represents the subset of widgets utilized by an add-on, implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eAddOnWidgetSet\u003c/code\u003e inherits from the \u003ccode\u003eobject\u003c/code\u003e class and offers two constructors, a default constructor and a constructor that accepts another \u003ccode\u003eAddOnWidgetSet\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUsedWidgets\u003c/code\u003e property of the \u003ccode\u003eAddOnWidgetSet\u003c/code\u003e class, a \u003ccode\u003eRepeatedField\u003c/code\u003e, allows for the listing of the different widget types used within the add-on.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes multiple versions of the \u003ccode\u003eAddOnWidgetSet\u003c/code\u003e class, ranging from version 1.0.0 to the latest 2.3.0.\u003c/p\u003e\n"]]],[],null,["# Google.Apps.Script.Type - Class AddOnWidgetSet (2.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.0 (latest)](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.AddOnWidgetSet)\n- [2.2.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.2.0/Google.Apps.Script.Type.AddOnWidgetSet)\n- [2.1.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.1.0/Google.Apps.Script.Type.AddOnWidgetSet)\n- [2.0.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.0.0/Google.Apps.Script.Type.AddOnWidgetSet)\n- [1.1.0](/dotnet/docs/reference/Google.Apps.Script.Type/1.1.0/Google.Apps.Script.Type.AddOnWidgetSet)\n- [1.0.0](/dotnet/docs/reference/Google.Apps.Script.Type/1.0.0/Google.Apps.Script.Type.AddOnWidgetSet) \n\n public sealed class AddOnWidgetSet : IMessage\u003cAddOnWidgetSet\u003e, IEquatable\u003cAddOnWidgetSet\u003e, IDeepCloneable\u003cAddOnWidgetSet\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google.Apps.Script.Type class AddOnWidgetSet.\n\nThe widget subset used by an add-on. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AddOnWidgetSet \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AddOnWidgetSet](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.AddOnWidgetSet), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AddOnWidgetSet](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.AddOnWidgetSet), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AddOnWidgetSet](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.AddOnWidgetSet), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Apps.Script.Type](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type)\n\nAssembly\n--------\n\nGoogle.Apps.Script.Type.dll\n\nConstructors\n------------\n\n### AddOnWidgetSet()\n\n public AddOnWidgetSet()\n\n### AddOnWidgetSet(AddOnWidgetSet)\n\n public AddOnWidgetSet(AddOnWidgetSet other)\n\nProperties\n----------\n\n### UsedWidgets\n\n public RepeatedField\u003cAddOnWidgetSet.Types.WidgetType\u003e UsedWidgets { get; }\n\nThe list of widgets used in an add-on."]]