public sealed class DriveExtensionPoint : IMessage<DriveExtensionPoint>, IEquatable<DriveExtensionPoint>, IDeepCloneable<DriveExtensionPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class DriveExtensionPoint.
A generic extension point with common features, e.g. something that simply
needs a corresponding run function to work.
[[["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-21 UTC."],[[["This document provides reference documentation for the `DriveExtensionPoint` class within the `Google.Apps.Script.Type` namespace, specifically for version 2.2.0."],["The `DriveExtensionPoint` class is a generic extension point that requires a corresponding run function to be functional, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, a default constructor and one that takes another `DriveExtensionPoint` instance as a parameter, allowing for the creation of new instances and copies of existing instances."],["The class features a `RunFunction` property, which is a required string that specifies the endpoint to be executed when the extension point is activated."],["The document also contains links to previous versions of the `DriveExtensionPoint` documentation, ranging from version 1.0.0 to the latest version 2.3.0."]]],[]]