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"]],[["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."],[[["`DriveExtensionPoint` is a generic extension point that requires a corresponding run function to operate, representing the class within the `Google.Apps.Script.Type.Drive` namespace."],["The latest version available is 2.3.0, with other versions spanning from 1.0.0 to 2.2.0, and the current page is referencing version 1.1.0."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling features like message handling, equality checks, deep cloning, and buffer message capabilities."],["`DriveExtensionPoint` includes a constructor and the property `RunFunction`, which is a string representing the endpoint to be executed when this extension point is activated."],["The `DriveExtensionPoint` class has inherited members from the base class `Object` that include methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]