public sealed class DriveExtensionPoint : IMessage<DriveExtensionPoint>, IEquatable<DriveExtensionPoint>, IDeepCloneable<DriveExtensionPoint>, IBufferMessage, IMessage
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."],[[["The `DriveExtensionPoint` class is a generic extension point with a corresponding run function and is located in the `Google.Apps.Script.Type.Drive` namespace, within the `Google.Apps.Script.Type.dll` assembly."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer manipulation."],["`DriveExtensionPoint` inherits from `Object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, all of which are standard methods provided by the base `Object` class."],["There are two constructors available for the `DriveExtensionPoint` class: one default constructor, and another that takes an existing `DriveExtensionPoint` object as a parameter for cloning."],["The class includes the property `RunFunction`, which is a required string property that dictates the endpoint to be executed when the extension point is activated."]]],[]]