public sealed class DeleteFunctionRequest : IMessage<DeleteFunctionRequest>, IEquatable<DeleteFunctionRequest>, IDeepCloneable<DeleteFunctionRequest>, 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-08-07 UTC."],[[["This webpage details the `DeleteFunctionRequest` class within the Google Cloud Functions V1 library, specifically version 1.3.0, used for requesting the deletion of a function."],["The `DeleteFunctionRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides two constructors: a default constructor and one that takes another `DeleteFunctionRequest` object as a parameter, allowing for cloning."],["The class includes properties `CloudFunctionName` and `Name`, where `Name` represents the required parameter for specifying the name of the function to delete."],["This class has several previous versions listed, with 2.7.0 listed as the latest version, and this content describes version 1.3.0."]]],[]]